Skip to content

Commit 157ce44

Browse files
Remove default path in import_sick
1 parent 78ebdc5 commit 157ce44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/problem/management/commands/import_sick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def handle(self, *args, **options):
2020
sick_path = options["sick_path"]
2121
self.import_sick_problems(sick_path)
2222

23-
def import_sick_problems(self, sick_path: str = "./SICK.txt") -> None:
23+
def import_sick_problems(self, sick_path: str) -> None:
2424
"""
2525
Import SICK problems from SICK.txt (a TSV file) and enter them into the database.
2626
"""

0 commit comments

Comments
 (0)