Commit a920b380 by Sébastien Eustace

Fix behavior of the poetry script on Windows when its path contains spaces

parent c99ae5f9
...@@ -205,7 +205,7 @@ if __name__ == "__main__": ...@@ -205,7 +205,7 @@ if __name__ == "__main__":
main() main()
""" """
BAT = "@echo off\r\npython {poetry_bin} %*\r\n" BAT = '@echo off\r\npython "{poetry_bin}" %*\r\n'
PRE_MESSAGE = """# Welcome to {poetry}! PRE_MESSAGE = """# Welcome to {poetry}!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment