mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
remove superfluous trailing comma from make_dirs_with_absolute_mode def
This commit is contained in:
parent
ba35d7262b
commit
cd390b90e4
@ -170,7 +170,7 @@ def is_ancestor_path(parent, dirname):
|
||||
return False
|
||||
return True
|
||||
|
||||
def make_dirs_with_absolute_mode(parent, dirname, mode,):
|
||||
def make_dirs_with_absolute_mode(parent, dirname, mode):
|
||||
"""
|
||||
Make directory `dirname` and chmod it to `mode` afterwards.
|
||||
We chmod all parent directories of `dirname` until we reach
|
||||
|
Loading…
x
Reference in New Issue
Block a user