Skip to content

Commit c734ece

Browse files
committed
Make analysis file non-optional
Previously, an analysis file was optional because legacy behavior allowed for an implicit YAML configuration file called "config.yaml" in the current directory. Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 18080c5 commit c734ece

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/codebasin

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,9 @@ def main():
104104
+ "May be specified multiple times. "
105105
+ "If not specified, all platforms will be included.",
106106
)
107-
# The analysis-file argument is optional while we support the -c option.
108107
parser.add_argument(
109108
"analysis_file",
110109
metavar="<analysis-file>",
111-
nargs="?",
112110
help="TOML file describing the analysis to be performed, "
113111
+ "including the codebase and platform descriptions.",
114112
)

0 commit comments

Comments
 (0)