Skip to content

Commit 2b7eeed

Browse files
Fix missing variable
Signed-off-by: Victor Paléologue <victor.paleologue@palaio.eu>
1 parent 882b55c commit 2b7eeed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hovor/outcome_determiners/workspace_outcome_determiner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Cutoff for the fallback
2020
FALLBACK_THRESHOLD = 0.2
21-
21+
MAX_WS_PAGINATION = 5
2222

2323
class WorkspaceOutcomeDeterminer(OutcomeDeterminerBase):
2424
_workspace_cache_file = "./odws_cache.p"

0 commit comments

Comments
 (0)