Skip to content

Commit c8f29a7

Browse files
committed
Fix init
1 parent df54c6f commit c8f29a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdgym/result_explorer/result_explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _resolve_effective_path(path, modality):
4444
class ResultsExplorer:
4545
"""Explorer for SDGym benchmark results, supporting both local and S3 storage."""
4646

47-
def __init__(self, path, modality=None, aws_access_key_id=None, aws_secret_access_key=None):
47+
def __init__(self, path, modality, aws_access_key_id=None, aws_secret_access_key=None):
4848
self.path = path
4949
self.modality = modality
5050
self.aws_access_key_id = aws_access_key_id

0 commit comments

Comments
 (0)