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.
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.