Closed chrisquince closed 5 years ago
It is because of the from future import print_function
But what is the solution :)? Remove the future import?
Sorry, missing comma. So it was indeed causing an issue in my commit from friday. Since then I corrected it with the future import which make the print statement working in both python2 and python3.
OK great!
The print statement:
print("code contains errors : first pass merging was not enough to merge all bins which should be merged ", file=sys.stderr)
in Common_unitigs.py
Is I think not python2.7 compliant.