Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot committed Jan 30, 2025
1 parent 68f1914 commit 8079afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

with cshelve.open("./azure-passwordless.ini") as db:
assert (
db[f"compatibility-{version}"]
f"compatibility-{cshelve_version}-{python_version}"
== f"my complex data from cshelve version {cshelve_version} and python {python_version}"
)

0 comments on commit 8079afe

Please sign in to comment.