Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excepción si se entrega un ZIP vacío #34

Open
dato opened this issue Sep 19, 2019 · 0 comments
Open

Excepción si se entrega un ZIP vacío #34

dato opened this issue Sep 19, 2019 · 0 comments

Comments

@dato
Copy link
Member

dato commented Sep 19, 2019

VECTOR - 103963 - Di Matteo

Traceback (most recent call last):
  File "/worker.py", line 148, in <module>
    main()
  File "/worker.py", line 128, in main
    ejecutar(CORRECTORES[args.corrector], args.timeout)
  File "/worker.py", line 108, in ejecutar
    corrector(tmpdir).run(timeout)
  File "/worker.py", line 59, in __init__
    p.name for p in orig.iterdir())
  File "/worker.py", line 59, in <genexpr>
    p.name for p in orig.iterdir())
  File "/usr/lib/python3.6/pathlib.py", line 1081, in iterdir
    for name in self._accessor.listdir(self):
  File "/usr/lib/python3.6/pathlib.py", line 387, in wrapped
    return strfunc(str(pathobj), *args)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/corrector.ant3hn17/orig'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant