We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107d1df commit 9ce3fb0Copy full SHA for 9ce3fb0
examples/client/multi-image/manage_project_structure.py
@@ -221,7 +221,7 @@ def get_child_spec_list(args):
221
row[1] == 'Image ID' and
222
row[2] == 'Version' and
223
row[3] == 'Project Name'):
224
- logging.info(f"File Format checks out (ind of)")
+ logging.info(f"File Format checks out (kind of)")
225
continue
226
elif row_number > 1:
227
project_list.append(f"{row[3]}:{row[0]}:{row[2]}")
0 commit comments