sassoftware / python-sasctl

I/O operation on a closed file detected PTC-W0021
Bug risk
Major
10 months ago5 years old
Trying to perform I/O operation on a closed file
117
118    # Return contents of "file"
119    f.seek(0)
120    return f.read()