Skip to content

Commit

Permalink
Fixes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
jbasko committed Jan 20, 2024
1 parent fd8e0cb commit 333a579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions random_order/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@


def process_failed_first_last_failed(session, config, items):
if not hasattr(config, 'cache'):
return

if not config.getoption('failedfirst'):
return

Expand Down

0 comments on commit 333a579

Please sign in to comment.