Skip to content

Commit 856487c

Browse files
committed
noxfile correction
1 parent e6e9190 commit 856487c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ def tag(session: Session) -> None:
339339
)
340340

341341
if session.interactive:
342-
session.log()
343342
response = input("confirm (yes/no): ").lower()
344343
if response != "yes":
345344
return None

0 commit comments

Comments
 (0)