Skip to content

Commit

Permalink
Fix stray '.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 26, 2024
1 parent fcd7250 commit e779dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_kilosort4_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def get_pypi_versions(package_name):
if __name__ == "__main__":
package_name = "kilosort"
versions = get_pypi_versions(package_name)
with open("'./.github/artifacts/kilosort4-latest-version.json", "w") as f:
with open("./.github/artifacts/kilosort4-latest-version.json", "w") as f:
json.dump(versions, f)

0 comments on commit e779dc0

Please sign in to comment.