Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciheim Brown authored and Ciheim Brown committed Jul 16, 2024
1 parent 4404a5d commit 97f5414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compval
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def main(json_path=None, cv_dir_path=None):
try:
df = pd.read_json(cv_url)
except:
sys.exit("Unable to open json: " + list(x.values())[0])
sys.exit("Unable to open json: " + list(x.values())[0])

#This will probably break if formatting is different. Will adjust if necessary.
for y in df[list(x.values())[0]].keys():
Expand Down

0 comments on commit 97f5414

Please sign in to comment.