Skip to content

Commit

Permalink
coms: Capitalize the word "YAML" to be consistent in in_file_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Sep 7, 2022
1 parent afdfb60 commit 3d9d631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatorgrade/input/in_file_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_yaml_file(file_path: Path) -> List[Any]:
return list(data)
# some aspect of the file does not exist
# (i.e., wrong file or wrong directory)
# and thus parsing with yaml is not possible;
# and thus parsing with YAML is not possible;
# return a blank list that calling function handles
return []

Expand Down

0 comments on commit 3d9d631

Please sign in to comment.