We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0ae1 commit 9e6b59aCopy full SHA for 9e6b59a
tests/Test-01-TestClient.py
@@ -14,7 +14,7 @@
14
parser.add_argument('--clientID', help='clientID', default='clientID')
15
16
args = parser.parse_args()
17
-print args
+print(args)
18
19
try:
20
done = False
0 commit comments