Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 29, 2024
1 parent 3d224b1 commit e0d4d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_to_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def validate_diff(experiment_prefixes: list[str]) -> None:
added_file_paths = [
file_path
for file_path in added_file_paths
if file_path == os.path.join("experiments", "outputs", "_leaderboard.json")
if file_path != os.path.join("experiments", "outputs", "_leaderboard.json")
]
output = subprocess.run(
["git", "diff", "origin/main", "--diff-filter=MD", "--name-only"],
Expand Down

0 comments on commit e0d4d78

Please sign in to comment.