I am trying to run a script to list items out in a work space and I've used this script before except now I am getting errors.
My experience with python is limited.... I did not create the script, so I have no clue what is happening.
This is the error I keep receiving.
Traceback (most recent call last):
File "Source\Path", line 42, in <module>
out = open(output, 'w')
Here's a screen shot of the script. Any Ideas why it isn't working now?
Thank you
