Comment 2 for bug 259694

Revision history for this message
Toast (swetoast-deactivatedaccount) wrote :

Traceback (most recent call last):
  File "/home/toast/Upload/DSDev//scripts/py/basic_info.py", line 18, in <module>
    f = open('basic_info.log', 'w')
IOError: [Errno 13] Permission denied: 'basic_info.log'

plus is wrote the file in my home folder not the DSHub folder and then it tried to read it from scripts folder think we got a path problem in linux and windows since it should save to script folder

Windows = Saves to Root dir of DSHub
Linux = Saves to Home Folder of User