Skip to content

Commit

Permalink
Merge pull request #259 from altheaden/debug-group-permissions
Browse files Browse the repository at this point in the history
Fix directory permissions not being updated
  • Loading branch information
xylar authored Jan 14, 2025
2 parents 10029fa + aede9cf commit f25c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ def _ignore_file_errors(f):

def _wrapper(*args, **kwargs):
try:
f(*args, **kwargs)
return f(*args, **kwargs)
except (PermissionError, FileNotFoundError):
pass
return _wrapper
Expand Down

0 comments on commit f25c814

Please sign in to comment.