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.
@@ -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
- log.info(f"Executing command: {' '.join(cmd)}")
92
- print(f"[DEBUG] Attempting command in pr_prepare: {' '.join(cmd)}")
93
- result = subprocess.run(cmd, check=False, capture_output=True, text=True, creationflags=subprocess.CREATE_NO_WINDOW)
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:")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: computer-use-ootb-internal
3
- Version: 0.0.192
3
+ Version: 0.0.193
4
4
  Summary: Computer Use OOTB
5
5
  Author-email: Siyuan Hu <siyuan.hu.sg@gmail.com>
6
6
  Requires-Python: >=3.11
@@ -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=gDkCzlZ3I7iqiL9oUvyChDz9n4pkVjZkRzyG-bkk0i8,5838
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.192.dist-info/METADATA,sha256=2dQBcTMp_SoaaQMrOxyKK4AtrL8nB38G89PMSgWQmEI,1048
43
- computer_use_ootb_internal-0.0.192.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
44
- computer_use_ootb_internal-0.0.192.dist-info/entry_points.txt,sha256=bXfyAU_qq-G1EiEgAQEioXvgEdRCFxaTooqdDD9Y4OA,258
45
- computer_use_ootb_internal-0.0.192.dist-info/RECORD,,
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,,