Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-u and -g are required even if --chown isn't set #8

Open
WesSouza opened this issue Dec 21, 2023 · 0 comments
Open

-u and -g are required even if --chown isn't set #8

WesSouza opened this issue Dec 21, 2023 · 0 comments

Comments

@WesSouza
Copy link

The code is trying to get the uid and gid of the user and group, which if not set give an error.

  File ".../mediasorter.py", line 322, in sort_file
    gid = grp.getgrnam(group)[2]
          ^^^^^^^^^^^^^^^^^^^
KeyError: "getgrnam(): name not found: 'media'"

These lines should also be guarded by an if of the chown parameter:
https://github.com/joshuaboniface/mediasorter/blob/master/mediasorter.py#L321-L322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant