Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chevalier committed Jul 28, 2022
1 parent 9106a0d commit a23e590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuraxle/metaopt/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def from_context(
if not new_context.has_service(HyperparamsRepository):
new_context.register_service(
HyperparamsRepository,
repo.with_lock() or VanillaHyperparamsRepository(new_context.get_path()).with_lock()
(repo or VanillaHyperparamsRepository(new_context.get_path())).with_lock()
)
if not new_context.has_service(ScopedLocation):
new_context.register_service(
Expand Down

0 comments on commit a23e590

Please sign in to comment.