Skip to content

Commit e1af45b

Browse files
author
Oren Cohen
committed
Skip redundant binaries
1 parent 3abe696 commit e1af45b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/export_binaries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
if os.path.exists(test_directory):
3030
target_dir = os.path.join(test_directory, 'TARGET_FUTURE_SEQUANA_PSA', f)
31+
if not os.path.exists(os.path.join(test_directory, 'TARGET_FUTURE_SEQUANA_PSA')):
32+
continue
3133
else:
3234
target_dir = os.path.join(SCRIPT_DIR, f)
3335

0 commit comments

Comments
 (0)