Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.
This repository was archived by the owner on May 13, 2022. It is now read-only.

Permission denied while renaming #6

@apo5698

Description

@apo5698
  • AGS version: v0.2.1
  • OS version: Windows 10 1909

Windows Subsystem for Linux (WSL) has some permission issues when trying to modifying files in the Windows file system (/mnt):

Traceback (most recent call last):
  File "agscore.py", line 425, in <module>
    if rename() != 0:
  File "agscore.py", line 49, in rename
    os.rename(entry.name, ' '.join(n))
PermissionError: [Errno 13] Permission denied: 'xxx_assignsubmission_file_' -> 'xxx'

This bug does not appear in cmd.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions