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

Crashing bug nosuchpatherror #266

Open
tsikerdekis opened this issue Jun 11, 2021 · 0 comments
Open

Crashing bug nosuchpatherror #266

tsikerdekis opened this issue Jun 11, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tsikerdekis
Copy link
Contributor

athina_1      | Traceback (most recent call last):
athina_1      |   File "/usr/local/bin/athina-cli", line 198, in <module>
athina_1      |     main()
athina_1      |   File "/usr/local/bin/athina-cli", line 96, in main
athina_1      |     core_iteration(configuration, user_data)
athina_1      |   File "/usr/local/bin/athina-cli", line 160, in core_iteration
athina_1      |     tester.start_testing_db()
athina_1      |   File "/usr/local/lib/python3.8/dist-packages/athina/tester/tester.py", line 309, in start_testing_db
athina_1      |     docker_build(configuration=self.configuration, logger=self.logger)
athina_1      |   File "/usr/local/lib/python3.8/dist-packages/athina/tester/docker.py", line 17, in docker_build
athina_1      |     repo_commit = get_repo_commit(configuration.config_dir)
athina_1      |   File "/usr/local/lib/python3.8/dist-packages/athina/git/git.py", line 22, in get_repo_commit
athina_1      |     repo = git.Repo(folder)
athina_1      |   File "/usr/local/lib/python3.8/dist-packages/git/repo/base.py", line 146, in __init__
athina_1      |     raise NoSuchPathError(epath)
athina_1      | git.exc.NoSuchPathError: /code/athina_files/1/CSCI357 - Lexiguess

caused because of a renaming between the original name and the new name. Probably in between checks, the name change messes things up.

@tsikerdekis tsikerdekis added the bug Something isn't working label Jun 11, 2021
@tsikerdekis tsikerdekis self-assigned this Jun 11, 2021
@tsikerdekis tsikerdekis changed the title Crashing bag nosuchpatherror Crashing bug nosuchpatherror Jun 11, 2021
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

1 participant