Skip to content
Snippets Groups Projects
Commit b5b8f967 authored by Dennis Baurichter's avatar Dennis Baurichter
Browse files

rename -I: Auto-fill fields on correctly named files

Similar to d46a1add, but this time for rename -I invocation.

Fixes #83
parent 450e9149
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ if fInbox:
for fn,trg,ctrl in klausurarchiv.renaming.renameFiles(
os.listdir("."), callbackOpen=openFile,
defaultFields=setFields,
defaultScheme=None):
defaultScheme=klausurarchiv.namingscheme.New):
if os.path.exists(trg):
ctrl.repeat("Target file exists already")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment