mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
black .
This commit is contained in:
@@ -962,7 +962,7 @@ class RestartBlender(bpy.types.Operator):
|
|||||||
if not ms_store_app_id:
|
if not ms_store_app_id:
|
||||||
path = bpy.app.binary_path
|
path = bpy.app.binary_path
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
command_line = subprocess.list2cmdline([path] + args)
|
command_line = subprocess.list2cmdline([path] + args)
|
||||||
os.execv(path, [command_line])
|
os.execv(path, [command_line])
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user