Closed famellad closed 5 years ago
psutilcheck is essentially read only during the execution of the main program, and on my system it throws a nice "SyntaxError: name 'psutilcheck' is used prior to global declaration" error when it has the global keyword.
Wait, which Python version are you using? I am even on Debian with 3.5
psutil is now needed to grab the mount points, so no check needed, thanks
psutilcheck is essentially read only during the execution of the main program, and on my system it throws a nice "SyntaxError: name 'psutilcheck' is used prior to global declaration" error when it has the global keyword.