Skip to content

Commit 3c68c73

Browse files
committed
Fixing test case
1 parent 049d532 commit 3c68c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openml/runs/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def get_run(run_id: int, ignore_cache: bool = False) -> OpenMLRun:
579579

580580
try:
581581
if not ignore_cache:
582-
_get_cached_run(run_id)
582+
return _get_cached_run(run_id)
583583
else:
584584
raise OpenMLCacheException(message='dummy')
585585

0 commit comments

Comments
 (0)