Skip to content

Commit 5892f6b

Browse files
Update lfric_macros/validate_rose_meta.py
Co-authored-by: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com>
1 parent baa0ba2 commit 5892f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lfric_macros/validate_rose_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def check_rose_stem_apps(meta_paths, source_path):
145145
break
146146
else:
147147
# We reach here if the for loop hasn't been broken out of. In that case
148-
# we don't want to execut the code below.
148+
# we don't want to execute the code below.
149149
continue
150150
command = f"rose macro --validate {meta_paths} -C {app_dir} --no-warn version"
151151
result = run_command(command)

0 commit comments

Comments
 (0)