wireviz / WireViz

Easily document cables and wiring harnesses.
GNU General Public License v3.0
4.41k stars 224 forks source link

an 'f' char exists before a lot of the print statements #119

Closed sudseh closed 4 years ago

sudseh commented 4 years ago

python3 wireviz.py ~/wiring_harness/EG33Harness.yml File "wireviz.py", line 213 print(f'Error: input file {args.input_file} inaccessible or does not exist, check path') ^ python3 wireviz.py ~/wiring_harness/EG33Harness.yml File "wireviz.py", line 221 print(f'Error: prepend input file {args.prepend_file} inaccessible or does not exist, check path') ^ ... and so on. Is there a reason they're there? I am going through the code as I execute it and deleting the 'f' chars.

sudseh commented 4 years ago

ignore this... evidently I didn't read the "python3.7 requirement"... cheers!