Maybe it’s some kind of encoding issue ?
The command line job actually starts up python with script and some additional arguments. It’s simple ftp uploader, and the code that I use for printing looks like this:
print(“Progress: {}%”.format(progress))