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

Some no fatal errors with --logs parameter #23

Open
FabienZa opened this issue Sep 30, 2020 · 0 comments
Open

Some no fatal errors with --logs parameter #23

FabienZa opened this issue Sep 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FabienZa
Copy link
Contributor

Systematic errors (no fatal) in the last part of the program execution, but the logs are still available and the script works.

Command : python3 kernel_generator.py --dev --local --tiny --logs LOGS 1

Fetching logs from the docker... Traceback (most recent call last):
  File "kernel_generator.py", line 973, in <module>
    compilation(image, args)
  File "kernel_generator.py", line 886, in compilation
    fetch_logs(container_id, args.logs, args.silent)
  File "kernel_generator.py", line 934, in fetch_logs
    file_list = os.listdir("{}/logs".format(directory))
FileNotFoundError: [Errno 2] No such file or directory: 'LOGS/logs'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants