I noticed that after the auto-updater re-spawns the FAIM-robocopy process, it seems to run on a different Python executable. On my system, I got a SyntaxWarning: "is not" with a literal. (see #7) after the updater fetched the latest version. That warning was introduced with Python 3.8, while the python version of my conda environment is supposed to be 3.6.
I noticed that after the auto-updater re-spawns the FAIM-robocopy process, it seems to run on a different Python executable. On my system, I got a
SyntaxWarning: "is not" with a literal.
(see #7) after the updater fetched the latest version. That warning was introduced with Python 3.8, while the python version of my conda environment is supposed to be 3.6.