Skip to content

Commit

Permalink
Fix behavior of the poetry script on Windows when its path contains s…
Browse files Browse the repository at this point in the history
…paces
  • Loading branch information
sdispater committed Nov 22, 2018
1 parent c99ae5f commit a920b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def expanduser(path):
main()
"""

BAT = "@echo off\r\npython {poetry_bin} %*\r\n"
BAT = '@echo off\r\npython "{poetry_bin}" %*\r\n'


PRE_MESSAGE = """# Welcome to {poetry}!
Expand Down

0 comments on commit a920b38

Please sign in to comment.