Skip to content

Commit

Permalink
noxfile correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Feb 28, 2022
1 parent e6e9190 commit 856487c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 856487c

Please sign in to comment.