Fix syntax error in make-new-lookaside-links
Fix syntax error in make-new-lookaside-links
This commit is contained in:
parent
fa59ee6ed8
commit
9d9680cc73
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ def main(root, link_hashtype, perform=False):
|
|||
segments = new_path.split('/')
|
||||
|
||||
for i in range(1, len(segments) + 1):
|
||||
os.chown('/'.join(segments[:i], ownerid, groupid)
|
||||
os.chown('/'.join(segments[:i], ownerid, groupid))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue