Atlas-Install/source/restart.py

7 lines
No EOL
119 B
Python

import sys
import os
def restart(self):
os.execl(sys.executable, f'"{sys.executable}"', *sys.argv)
sys.exit()