computer-use-ootb-internal 0.0.191__py3-none-any.whl → 0.0.192__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 +5 -4
- {computer_use_ootb_internal-0.0.191.dist-info → computer_use_ootb_internal-0.0.192.dist-info}/METADATA +1 -1
- {computer_use_ootb_internal-0.0.191.dist-info → computer_use_ootb_internal-0.0.192.dist-info}/RECORD +5 -5
- {computer_use_ootb_internal-0.0.191.dist-info → computer_use_ootb_internal-0.0.192.dist-info}/WHEEL +0 -0
- {computer_use_ootb_internal-0.0.191.dist-info → computer_use_ootb_internal-0.0.192.dist-info}/entry_points.txt +0 -0
@@ -77,15 +77,16 @@ def run_preparation(state):
|
|
77
77
|
|
78
78
|
# Open the file with Premiere Pro maximized on Windows
|
79
79
|
try:
|
80
|
-
|
80
|
+
# Explicitly quote the executable path for the start command
|
81
|
+
pr_executable_quoted = r'"C:\Program Files\Adobe\Adobe Premiere Pro 2024\Adobe Premiere Pro.exe"'
|
81
82
|
# Check if template exists and construct command accordingly
|
82
83
|
if template_exists:
|
83
84
|
log.info(f"Template file found. Attempting to open {template_file} with Premiere Pro maximized...")
|
84
|
-
# Use
|
85
|
-
cmd = ['cmd', '/c', 'start', '/max', '"
|
85
|
+
# Use empty title "" for start when executable path has spaces
|
86
|
+
cmd = ['cmd', '/c', 'start', '/max', '""', pr_executable_quoted, str(template_file)]
|
86
87
|
else:
|
87
88
|
log.info(f"Template file not found. Attempting to launch Premiere Pro maximized...")
|
88
|
-
cmd = ['cmd', '/c', 'start', '/max', '"
|
89
|
+
cmd = ['cmd', '/c', 'start', '/max', '""', pr_executable_quoted]
|
89
90
|
|
90
91
|
log.info(f"Executing command: {' '.join(cmd)}")
|
91
92
|
print(f"[DEBUG] Attempting command in pr_prepare: {' '.join(cmd)}")
|
{computer_use_ootb_internal-0.0.191.dist-info → computer_use_ootb_internal-0.0.192.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=gDkCzlZ3I7iqiL9oUvyChDz9n4pkVjZkRzyG-bkk0i8,5838
|
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.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,,
|
{computer_use_ootb_internal-0.0.191.dist-info → computer_use_ootb_internal-0.0.192.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|