Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Minor fix with debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Apocryphon-X committed Mar 17, 2021
1 parent 97cca47 commit bc303b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegaup/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def make_submit(target_session):
print(error_status + "Archivo no encontrado, verifica si la ruta es correcta.")
else:
print(ok_status + "Envio realizado con exito.")
print(run_response.json()) # Debugging
# print(run_response.json()) # Debugging

def main():

Expand Down

0 comments on commit bc303b1

Please sign in to comment.