Open hotpheex opened 6 years ago
This is not an error; it is a string formatting: https://www.python.org/dev/peps/pep-0498/#abstract
@gregsonar well it is, because it says "SyntaxError: invalid syntax" on that line. and i have python3.5, also tested with 2.7. both didnt work
Fixed this with PR.
thanks @brammittendorff , merged it to master
@SoledaD208 No problem. @hotpheex @gregsonar @slow-down please let us know if it works now, so we can close this Issue.
@brammittendorff yes, this solve the issue for python <3.6
@dekelb Thanks for checking. @SoledaD208 now you can close this issue.
38: print(f'SSH Exception: {e}', file=sys.stdout)
Should be: 38: printf('SSH Exception: {e}', file=sys.stdout)