remove superfluous trailing comma from make_dirs_with_absolute_mode def

This commit is contained in:
David Stainton 2016-02-15 13:09:04 +01:00 committed by Brian Warner
parent ba35d7262b
commit cd390b90e4

View File

@ -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