parent
bde4c8b1cf
commit
04bcaafdb4
1 changed files with 2 additions and 1 deletions
|
@ -2324,7 +2324,8 @@ class API():
|
|||
typus = types[typus]
|
||||
if utils.window('remapSMB') == 'true':
|
||||
path = path.replace(utils.window('remapSMB%sOrg' % typus),
|
||||
utils.window('remapSMB%sNew' % typus))
|
||||
utils.window('remapSMB%sNew' % typus),
|
||||
1)
|
||||
# There might be backslashes left over:
|
||||
path = path.replace('\\', '/')
|
||||
elif utils.window('replaceSMB') == 'true':
|
||||
|
|
Loading…
Reference in a new issue