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