From 856487c8aff5b73b7440595748e4e75743945933 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Sun, 27 Feb 2022 21:32:15 -0800 Subject: [PATCH] noxfile correction --- noxfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 165fd1a14..f53accbd4 100644 --- a/noxfile.py +++ b/noxfile.py @@ -339,7 +339,6 @@ def tag(session: Session) -> None: ) if session.interactive: - session.log() response = input("confirm (yes/no): ").lower() if response != "yes": return None