Skip to content

Commit

Permalink
space2tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ducha-aiki committed May 27, 2021
1 parent efb57fb commit c20cfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def main():
# Unzip folder
submission_name = os.path.basename(config.submit_file_path).split('.')[0]
folder_path = os.path.dirname(config.submit_file_path)
#os.system('unzip {} -d {}'.format(config.submit_file_path,os.path.join(folder_path,submission_name)))
os.system('unzip {} -d {}'.format(config.submit_file_path,os.path.join(folder_path,submission_name)))

# Init Logger
logger = MonitorLogger(folder_path, submission_name)
Expand Down

0 comments on commit c20cfdc

Please sign in to comment.