Skip to content

Commit

Permalink
Update rule_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirni-Meshram3 authored May 19, 2021
1 parent 3caf9a2 commit 1c4ec04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/pants/testutil/rule_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def __init__(
lmdb_store_dir = root_dir / "lmdb_store"
lmdb_store_dir.mkdir()
store_dir = str(lmdb_store_dir)
chmod +x /root/.cache/pants/lmdb_store
else:
store_dir = safe_mkdtemp(prefix="lmdb_store.")
local_store_options = dataclasses.replace(local_store_options, store_dir=store_dir)
Expand Down

0 comments on commit 1c4ec04

Please sign in to comment.