computer-use-ootb-internal 0.0.192__py3-none-any.whl → 0.0.193__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.
- computer_use_ootb_internal/preparation/pr_prepare.py +7 -3
- {computer_use_ootb_internal-0.0.192.dist-info → computer_use_ootb_internal-0.0.193.dist-info}/METADATA +1 -1
- {computer_use_ootb_internal-0.0.192.dist-info → computer_use_ootb_internal-0.0.193.dist-info}/RECORD +5 -5
- {computer_use_ootb_internal-0.0.192.dist-info → computer_use_ootb_internal-0.0.193.dist-info}/WHEEL +0 -0
- {computer_use_ootb_internal-0.0.192.dist-info → computer_use_ootb_internal-0.0.193.dist-info}/entry_points.txt +0 -0
@@ -88,9 +88,13 @@ def run_preparation(state):
|
|
88
88
|
log.info(f"Template file not found. Attempting to launch Premiere Pro maximized...")
|
89
89
|
cmd = ['cmd', '/c', 'start', '/max', '""', pr_executable_quoted]
|
90
90
|
|
91
|
-
|
92
|
-
|
93
|
-
|
91
|
+
# Construct command as a single string for shell=True
|
92
|
+
cmd_string = ' '.join(cmd)
|
93
|
+
log.info(f"Executing command string with shell=True: {cmd_string}")
|
94
|
+
print(f"[DEBUG] Attempting command string in pr_prepare: {cmd_string}")
|
95
|
+
|
96
|
+
# Execute with shell=True
|
97
|
+
result = subprocess.run(cmd_string, shell=True, check=False, capture_output=True, text=True)
|
94
98
|
|
95
99
|
# ADDED PRINTS for result
|
96
100
|
print(f"[DEBUG] pr_prepare command result:")
|
{computer_use_ootb_internal-0.0.192.dist-info → computer_use_ootb_internal-0.0.193.dist-info}/RECORD
RENAMED
@@ -36,10 +36,10 @@ computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py,sha256=L8qf
|
|
36
36
|
computer_use_ootb_internal/preparation/__init__.py,sha256=AgtGHcBpiTkxJjF0xwcs3yyQ6SyUvhL3G0vD2XO-zJw,63
|
37
37
|
computer_use_ootb_internal/preparation/excel_prepare.py,sha256=cKJ035tBaDM6Yyk9eriNvvuE64GmRjaCPCcVKMdzaKY,5180
|
38
38
|
computer_use_ootb_internal/preparation/powerpoint_prepare.py,sha256=eHaDOIJnBJ9QpRPZTmFiaLwa9ZWMJaEXsM0HktkjuOo,5433
|
39
|
-
computer_use_ootb_internal/preparation/pr_prepare.py,sha256=
|
39
|
+
computer_use_ootb_internal/preparation/pr_prepare.py,sha256=yxfI4Nry7LF3VOgC_CPxlI-0sPkhQWu1J5KHv5ECSdw,5982
|
40
40
|
computer_use_ootb_internal/preparation/star_rail_prepare.py,sha256=r0b19M_c1sXkN3_MRFjql8w_ThC9nZUe8zbSLYUvKS8,4635
|
41
41
|
computer_use_ootb_internal/preparation/word_prepare.py,sha256=-SKbzckosEcOI5v2M5Pg7iFw9jTS5INJ6EoT5cHIqko,5172
|
42
|
-
computer_use_ootb_internal-0.0.
|
43
|
-
computer_use_ootb_internal-0.0.
|
44
|
-
computer_use_ootb_internal-0.0.
|
45
|
-
computer_use_ootb_internal-0.0.
|
42
|
+
computer_use_ootb_internal-0.0.193.dist-info/METADATA,sha256=U_X3o6Q8KkI5H2X3yn3Z-zSvXJe2l77FxdYYxzAoecY,1048
|
43
|
+
computer_use_ootb_internal-0.0.193.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
44
|
+
computer_use_ootb_internal-0.0.193.dist-info/entry_points.txt,sha256=bXfyAU_qq-G1EiEgAQEioXvgEdRCFxaTooqdDD9Y4OA,258
|
45
|
+
computer_use_ootb_internal-0.0.193.dist-info/RECORD,,
|
{computer_use_ootb_internal-0.0.192.dist-info → computer_use_ootb_internal-0.0.193.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|