You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Windows 10, running in WSL Ubuntu 20.04, with python3, pip3, all prequisites seeming fine. In bagit.py, I'm getting an error at the line os.chmod("data", os.stat(cwd).st_mode) and I have not been able to find a decent fix that retains the intent of the code. I can comment the line out, and get through a run without errors, but that is suboptimal. This may be out of scope for a fix, but I wanted to note it. Thank you.
The text was updated successfully, but these errors were encountered:
I'm using Windows 10, running in WSL Ubuntu 20.04, with python3, pip3, all prequisites seeming fine. In bagit.py, I'm getting an error at the line
os.chmod("data", os.stat(cwd).st_mode)
and I have not been able to find a decent fix that retains the intent of the code. I can comment the line out, and get through a run without errors, but that is suboptimal. This may be out of scope for a fix, but I wanted to note it. Thank you.The text was updated successfully, but these errors were encountered: