Skip to content

Commit fb68f35

Browse files
committed
Remove keyword argument which isn't understood by log()
- Legacy-Id: 5757
1 parent 47c2522 commit fb68f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def move_docs(submission):
473473
os.rename(source, dest)
474474
else:
475475
if os.path.exists(dest):
476-
log("Intended to move '%s' to '%s', but found source missing while destination exists.", send_mail=True)
476+
log("Intended to move '%s' to '%s', but found source missing while destination exists.")
477477
else:
478478
raise ValueError("Intended to move '%s' to '%s', but found source and destination missing.")
479479

0 commit comments

Comments
 (0)