Closed imagejan closed 3 days ago
When running with python>=3.8, I get a SyntaxWarning: "is not" with a literal. for this line:
SyntaxWarning: "is not" with a literal.
https://github.com/fmi-basel/faim-robocopy/blob/7cddbaf39e890a07a8cae0fbbe9de0717b2058ff/faim_robocopy/gui/settings_ui.py#L123
Fixed with https://github.com/fmi-basel/faim-robocopy/commit/1fa8a10becd01d26c1a5cb8a646efdc45604145e.
When running with python>=3.8, I get a
SyntaxWarning: "is not" with a literal.
for this line:https://github.com/fmi-basel/faim-robocopy/blob/7cddbaf39e890a07a8cae0fbbe9de0717b2058ff/faim_robocopy/gui/settings_ui.py#L123