Skip to content

Commit

Permalink
Merge branch 'master' into upcoming/v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aandergr committed Jul 30, 2020
2 parents 2c56e69 + 64652f3 commit c24015a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**If the feature request is accepted, would you be willing to submit a PR?**
**If the feature request is accepted, would you be willing to submit a pull request?**
Yes / No
<!-- Help can be provided if you need assistance submitting a PR -->

Expand Down
2 changes: 1 addition & 1 deletion deploy/windows/create_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def __main():
with contextlib.suppress(AttributeError, psutil.Error):
if psutil.Process().parent().parent().name() == "explorer.exe":
subprocess.Popen("powershell -NoExit -Command \\\"& {0}\\\"".format(sys.argv[0]))
subprocess.Popen("powershell -NoExit -Command \\\"& '{0}'\\\"".format(sys.argv[0]))
return
main()
Expand Down

0 comments on commit c24015a

Please sign in to comment.