Remove redundant backslash

This commit is contained in:
Dave Page
2023-04-21 13:59:31 +01:00
committed by GitHub
parent 1f17051bec
commit 62baa0dccb

View File

@@ -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)