mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove redundant backslash
This commit is contained in:
@@ -18,7 +18,7 @@ from urllib.request import urlopen, urlretrieve
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
if len(sys.argv) != 4:
|
||||
print('Usage: {} <Catalog URL> <Application ID> <Platform>'.\
|
||||
print('Usage: {} <Catalog URL> <Application ID> <Platform>'.
|
||||
format(sys.argv[0]))
|
||||
sys.exit(1)
|
||||
|
||||
|
Reference in New Issue
Block a user