Fixed a few typos
This commit is contained in:
parent
8a0c91fd44
commit
6c759ea06c
1 changed files with 2 additions and 2 deletions
|
@ -347,8 +347,8 @@ def organized_path(old_path, root_path, orig_md):
|
||||||
if normal_md['MDATA_KEY_OWNER_ID'] != -1:
|
if normal_md['MDATA_KEY_OWNER_ID'] != -1:
|
||||||
p, e = no_extension_basename(filepath), extension(filepath)
|
p, e = no_extension_basename(filepath), extension(filepath)
|
||||||
filepath = os.path.join(
|
filepath = os.path.join(
|
||||||
os.path.dirname(p),
|
os.path.dirname(filepath),
|
||||||
p + normal_md['MDATA_KEY_OWNER_ID'] + e )
|
"%s__%s.%s" % (p, unicode(normal_md['MDATA_KEY_OWNER_ID']), e))
|
||||||
|
|
||||||
return filepath
|
return filepath
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue