pywebexec 1.4.15__py3-none-any.whl → 1.4.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pywebexec/pywebexec.py +2 -1
- pywebexec/version.py +2 -2
- {pywebexec-1.4.15.dist-info → pywebexec-1.4.16.dist-info}/METADATA +1 -1
- {pywebexec-1.4.15.dist-info → pywebexec-1.4.16.dist-info}/RECORD +8 -8
- {pywebexec-1.4.15.dist-info → pywebexec-1.4.16.dist-info}/LICENSE +0 -0
- {pywebexec-1.4.15.dist-info → pywebexec-1.4.16.dist-info}/WHEEL +0 -0
- {pywebexec-1.4.15.dist-info → pywebexec-1.4.16.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.4.15.dist-info → pywebexec-1.4.16.dist-info}/top_level.txt +0 -0
pywebexec/pywebexec.py
CHANGED
@@ -732,8 +732,9 @@ def main():
|
|
732
732
|
return 1
|
733
733
|
if args.action == "shareterm":
|
734
734
|
COMMAND_STATUS_DIR = f"{os.getcwd()}/{COMMAND_STATUS_DIR}"
|
735
|
+
sys.argv.remove("shareterm")
|
735
736
|
with open(basef + ".log", "ab+") as log:
|
736
|
-
pywebexec = subprocess.Popen([sys.executable] + sys.argv
|
737
|
+
pywebexec = subprocess.Popen([sys.executable] + sys.argv, stdout=log, stderr=log)
|
737
738
|
command_id = str(uuid.uuid4())
|
738
739
|
print_urls(command_id)
|
739
740
|
res = start_term(command_id)
|
pywebexec/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
|
-
pywebexec/pywebexec.py,sha256=
|
3
|
-
pywebexec/version.py,sha256=
|
2
|
+
pywebexec/pywebexec.py,sha256=095dLydKEtrihG4ld78yqy5QIbFIWO_JdugtHj10FzI,28134
|
3
|
+
pywebexec/version.py,sha256=sKRJPUEh1laY8OT9vcLeuQ7G3PQC7WcvaaimRXuCRuo,413
|
4
4
|
pywebexec/static/css/Consolas NF.ttf,sha256=DJEOzF0eqZ-kxu3Gs_VE8X0NJqiobBzmxWDGpdgGRxI,1313900
|
5
5
|
pywebexec/static/css/style.css,sha256=cGJHPFj23SQ_bFpesfUaFA3VFxhXtpRUOL_zzx3x_X8,5726
|
6
6
|
pywebexec/static/css/xterm.css,sha256=gy8_LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI,5383
|
@@ -23,9 +23,9 @@ pywebexec/static/js/xterm/xterm.js,sha256=Bzka76jZwEhVt_LlS0e0qMw7ryGa1p5qfxFyeo
|
|
23
23
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
24
|
pywebexec/templates/index.html,sha256=DYtT555wSNhnFtzzHhPMWJireynCJNnAuTytpoORQeE,2321
|
25
25
|
pywebexec/templates/popup.html,sha256=T6_tAOUoA58sA1oxB5pb8i42RenoMdCsH8T86Gccb6Q,945
|
26
|
-
pywebexec-1.4.
|
27
|
-
pywebexec-1.4.
|
28
|
-
pywebexec-1.4.
|
29
|
-
pywebexec-1.4.
|
30
|
-
pywebexec-1.4.
|
31
|
-
pywebexec-1.4.
|
26
|
+
pywebexec-1.4.16.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
27
|
+
pywebexec-1.4.16.dist-info/METADATA,sha256=O_TD8MqU1G4_EpqVrGmj9Vj9LSkLwmvbQr6Ui4IpwNo,7801
|
28
|
+
pywebexec-1.4.16.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
29
|
+
pywebexec-1.4.16.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
30
|
+
pywebexec-1.4.16.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
31
|
+
pywebexec-1.4.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|