Getting Rust
This commit is contained in:
+13
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
||||
import tempfile
|
||||
import dotenv
|
||||
import urllib3
|
||||
|
||||
@@ -38,6 +38,18 @@ urllib3.disable_warnings(
|
||||
)
|
||||
|
||||
def main():
|
||||
|
||||
|
||||
if "NUITKA_ONEFILE_PARENT" in os.environ:
|
||||
splash_filename = os.path.join(
|
||||
tempfile.gettempdir(),
|
||||
f"onefile_{int(os.environ['NUITKA_ONEFILE_PARENT'])}_splash_feedback.tmp"
|
||||
)
|
||||
if os.path.exists(splash_filename):
|
||||
os.unlink(splash_filename)
|
||||
|
||||
|
||||
|
||||
irtang()
|
||||
#Determine working directory, setup directory, configure logging, sent env, get API and URL if not already stored
|
||||
setup()
|
||||
|
||||
Reference in New Issue
Block a user