chriselswede / hanacleaner

A house keeping script for SAP HANA
76 stars 44 forks source link

Hana Cleaner with python 3 #22

Open tobhagen88 opened 2 years ago

tobhagen88 commented 2 years ago

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!

MaBecker commented 2 years ago

just tried 2to3 but it does not fix every thing ..