Skip to content

Commit

Permalink
Fix comment explaining config file requirements
Browse files Browse the repository at this point in the history
Signed-off-by: John Pennycook <[email protected]>
  • Loading branch information
Pennycook committed Feb 29, 2024
1 parent adc7a5d commit bf5b31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/codebasin
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def main():
filtered_platforms.append(p)

# A legacy config file is required if:
# - No additional platforms are specified; or
# - No additional platforms are specified; and
# - No TOML analysis file is specified
config_file = args.config_file
config_required = (
Expand Down

0 comments on commit bf5b31e

Please sign in to comment.