Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
DotBow committed Aug 8, 2022
1 parent c1660e0 commit fc970f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,6 @@ def restart_app(self):
elif self.platform == 'Linux':
exe = (cwd / "Blender Launcher").as_posix()
os.chmod(exe, 0o744)
_popen('nohup "' + exe + ' -instanced')
_popen('nohup "' + exe + '" -instanced')

self.destroy()

0 comments on commit fc970f0

Please sign in to comment.