Skip to content

Commit

Permalink
Update dodo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteOlle authored Aug 4, 2021
1 parent 53c4238 commit e594aff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ def task_prepare_windows_build():

import warnings
try:
answer = input("For more information about this message see https://github.com/mad-lab-fau/mad-gui/blob/main/docs/developer_guidelines.rst#6-creating-an-executable."\
f"\n Go on with {os.sep.join(venv_path)} as the virtual environment exclusively used for packaging? (y/n):")
answer = input("For more information about this message see"\
"https://github.com/mad-lab-fau/mad-gui/blob/main/docs/developer_guidelines.rst#6-creating-an-executable."\
f"\n Go on with {os.sep.join(venv_path)} as the virtual environment exclusively used for packaging? (y/n):")
except EOFError:
answer = 'y'

Expand Down

0 comments on commit e594aff

Please sign in to comment.