Skip to content

Commit

Permalink
🚨 no cover missing required directory
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 6, 2024
1 parent 8486918 commit 12d8298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/fix/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def process(
if os.path.isfile(target / rel_path / file)
and not os.path.islink(target / rel_path / file)
]
except FileNotFoundError:
except FileNotFoundError: # pragma: no cover
TAP.not_ok('Missing required project directory.')
extra_files = []
found_files = found_files if found_files else []
Expand Down

0 comments on commit 12d8298

Please sign in to comment.