Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed May 1, 2024
1 parent 5a70e81 commit acc2b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main():

with open(args.output, "w") as out:
out.write(res)
print(res.get("validation_status"))
print(status)


if __name__ == "__main__":
Expand Down

0 comments on commit acc2b7c

Please sign in to comment.