Skip to content

Commit 9ce3fb0

Browse files
committed
Sub-project specification with excel file
1 parent 107d1df commit 9ce3fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client/multi-image/manage_project_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def get_child_spec_list(args):
221221
row[1] == 'Image ID' and
222222
row[2] == 'Version' and
223223
row[3] == 'Project Name'):
224-
logging.info(f"File Format checks out (ind of)")
224+
logging.info(f"File Format checks out (kind of)")
225225
continue
226226
elif row_number > 1:
227227
project_list.append(f"{row[3]}:{row[0]}:{row[2]}")

0 commit comments

Comments
 (0)