problematic row
Some checks failed
Update channel domains / update (push) Failing after 17s

This commit is contained in:
2025-01-17 23:13:42 +01:00
parent f455255ff1
commit 9fdc997436

View File

@@ -312,7 +312,6 @@ def rename(path, new_name, silent=False, strict=False, vfs=True):
samba.rename(path, join(dirname(path), new_name)) samba.rename(path, join(dirname(path), new_name))
else: else:
new_name = encode(new_name, False) new_name = encode(new_name, False)
logger.info(os.path.join(os.path.dirname(path), new_name), path)
os.rename(path, os.path.join(os.path.dirname(path), new_name)) os.rename(path, os.path.join(os.path.dirname(path), new_name))
except: except:
logger.error("ERROR when renaming the file: %s" % path) logger.error("ERROR when renaming the file: %s" % path)