./pirover_simulator/pysimosx.py:15: SyntaxWarning: "is not" with a literal. Did you mean "!="? while selected_file == "" or (start_window is not None and start_window.selected_file is not "None"): # if it is None then select simulator dialog did something other than "launch simulator", which then implies that window close operation was carried out and app should quit.
Fixes:
Fix Syntax Warning in(Merged)pysimosx.py
Replicate Fix to(Merged)pysim.py
examples/
folder's.py
files.venv
and__pycache__
to.gitignore
Warning in pysimosx.py