Getting an error running the app(python script) leading me to believe the import is failing or isn't happening properly,
Traceback (most recent call last):
File "/usr/local/bin/steambridge", line 26, in
except filesystem.FilesystemException, e:
NameError: name 'filesystem' is not defined
Not quite sure how to handle this, I checked that the include path appended was correct and it is and there's no error to the import itself failing just this.
Getting an error running the app(python script) leading me to believe the import is failing or isn't happening properly,
Traceback (most recent call last):
File "/usr/local/bin/steambridge", line 26, in
except filesystem.FilesystemException, e:
NameError: name 'filesystem' is not defined
Not quite sure how to handle this, I checked that the include path appended was correct and it is and there's no error to the import itself failing just this.