Skip to content

Commit f25c814

Browse files
authored
Merge pull request #259 from altheaden/debug-group-permissions
Fix directory permissions not being updated
2 parents 10029fa + aede9cf commit f25c814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ def _ignore_file_errors(f):
13341334

13351335
def _wrapper(*args, **kwargs):
13361336
try:
1337-
f(*args, **kwargs)
1337+
return f(*args, **kwargs)
13381338
except (PermissionError, FileNotFoundError):
13391339
pass
13401340
return _wrapper

0 commit comments

Comments
 (0)