Skip to content

Commit

Permalink
Review Change: Force refill instead of overwrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Mar 7, 2023
1 parent 7e2ad59 commit 5d70cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ethereum_test_filling_tool/filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def fill_fixture(self, filler, t8n, b11r):

# Only skip if the fixture file already exists, the module
# has not been modified since the last test filler run, and
# the user does not want to overwrite the fixtures (--overwrite).
# the user doesn't want to force a refill the
# fixtures (--force-refill).
if (
os.path.exists(path)
and not is_module_modified(
Expand Down

0 comments on commit 5d70cb3

Please sign in to comment.