We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c2522 commit fb68f35Copy full SHA for fb68f35
1 file changed
ietf/submit/utils.py
@@ -473,7 +473,7 @@ def move_docs(submission):
473
os.rename(source, dest)
474
else:
475
if os.path.exists(dest):
476
- log("Intended to move '%s' to '%s', but found source missing while destination exists.", send_mail=True)
+ log("Intended to move '%s' to '%s', but found source missing while destination exists.")
477
478
raise ValueError("Intended to move '%s' to '%s', but found source and destination missing.")
479
0 commit comments