Skip to content

Commit

Permalink
Update _util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srinitha709 authored Jan 17, 2025
1 parent 668feeb commit 9e55f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intel_owl/settings/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

uid = pwd.getpwnam("www-data").pw_uid
gid = grp.getgrnam("www-data").gr_gid

def set_permissions(directory: Path, force_create: bool = False):
if not directory.exists():
# this may happen in case we have added a new directory in the Dockerfile
Expand Down

0 comments on commit 9e55f06

Please sign in to comment.