Skip to content

Finish porting jobsub to python3

Python3 distinguished between byte strings (byte) and strings (str).

MR !406 (merged) works but only in batch mode (--batch).

This MR completes the porting to python3 also for the non-batch mode. Fixes #144 (closed).

Edited by Simon Spannagel

Merge request reports