mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Python3 compatibility: parentheses for print
This commit is contained in:
parent
952666ab90
commit
43dee5643f
@ -92,7 +92,7 @@ def check_privates(filepath):
|
||||
private_output = private_output + '", "' + bad_priv
|
||||
|
||||
private_output = private_output + '"];';
|
||||
print private_output
|
||||
print (private_output)
|
||||
|
||||
for bad_priv in missing:
|
||||
print ('\t' + bad_priv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user