camera_name_date: formatting pass
This commit is contained in:
parent
4030606ec8
commit
d5e9cc2273
|
@ -67,8 +67,8 @@ def main(args: argparse.Namespace) -> None:
|
|||
new_filename = (
|
||||
f"{m['Y']}-{m['M']}-{m['D']}_"
|
||||
f"{m['h']}-{m['m']}-{m['s']}"
|
||||
f"{m.get('dup', '')}"
|
||||
f"{m.get('spec', '')}"
|
||||
f"{m.get('dup') or ''}"
|
||||
f"{m.get('spec') or ''}"
|
||||
f"{args.suffix}"
|
||||
f".{m['ext']}"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue