Skip to content

Commit 9e6b59a

Browse files
committed
Python 3 print fix.
1 parent 21c0ae1 commit 9e6b59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Test-01-TestClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
parser.add_argument('--clientID', help='clientID', default='clientID')
1515

1616
args = parser.parse_args()
17-
print args
17+
print(args)
1818

1919
try:
2020
done = False

0 commit comments

Comments
 (0)