tinyssg 0.0.10__tar.gz → 0.0.12__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {tinyssg-0.0.10 → tinyssg-0.0.12}/PKG-INFO +1 -1
- {tinyssg-0.0.10 → tinyssg-0.0.12}/pyproject.toml +1 -1
- tinyssg-0.0.10/tinyssg/tinyssg.py → tinyssg-0.0.12/tinyssg/__init__.py +1 -1
- {tinyssg-0.0.10 → tinyssg-0.0.12}/tinyssg.egg-info/PKG-INFO +1 -1
- {tinyssg-0.0.10 → tinyssg-0.0.12}/tinyssg.egg-info/SOURCES.txt +1 -1
- {tinyssg-0.0.10 → tinyssg-0.0.12}/README.md +0 -0
- {tinyssg-0.0.10 → tinyssg-0.0.12}/setup.cfg +0 -0
- {tinyssg-0.0.10 → tinyssg-0.0.12}/tinyssg/__main__.py +0 -0
- {tinyssg-0.0.10 → tinyssg-0.0.12}/tinyssg.egg-info/dependency_links.txt +0 -0
- {tinyssg-0.0.10 → tinyssg-0.0.12}/tinyssg.egg-info/top_level.txt +0 -0
@@ -548,7 +548,7 @@ class TinySSGLauncher:
|
|
548
548
|
newargv = args.copy()
|
549
549
|
newargv['mode'] = servcommand
|
550
550
|
|
551
|
-
command = [sys.executable,
|
551
|
+
command = [sys.executable, '-m', 'tinyssg', '--config', f"{json.dumps(newargv)}", 'config']
|
552
552
|
|
553
553
|
process = subprocess.Popen(
|
554
554
|
command,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|