Skip to content

Commit

Permalink
dont save anything
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 11, 2022
1 parent 09afac6 commit 2b95743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():
for i, package in enumerate(packages):
print(f"Deriving database specs for {package}")
with db.read_transaction():
specs[package] = db.query(package, installed=False, in_buildcache=True)
db.query(package, installed=False, in_buildcache=True)
end = time.time()
import IPython

Expand Down

0 comments on commit 2b95743

Please sign in to comment.