You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to python 3 the hannacleaner.py is failing with the following error:
=== Custom script XXX called with parameters: XX XX XX
File ".../hanacleaner.py", line 319
print "Email Client: ", self.emailClient
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Email Client: ", self.emailClient)?
[ERROR]: Error while executing hanacleaner.py!
The text was updated successfully, but these errors were encountered:
After upgrading to python 3 the hannacleaner.py is failing with the following error:
=== Custom script XXX called with parameters: XX XX XX
File ".../hanacleaner.py", line 319
print "Email Client: ", self.emailClient
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Email Client: ", self.emailClient)?
[ERROR]: Error while executing hanacleaner.py!
The text was updated successfully, but these errors were encountered: