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

Uncaught exception in unzip_repos.py #5

Closed
yoeo opened this issue Mar 25, 2018 · 1 comment
Closed

Uncaught exception in unzip_repos.py #5

yoeo opened this issue Mar 25, 2018 · 1 comment
Assignees
Labels

Comments

@yoeo
Copy link
Owner

yoeo commented Mar 25, 2018

From #2 (comment)

I changed this line to suppress some errors (unzip_repos.py):
try:
zipped_repo, filename = zipped_file.split('::')
except: # BETTER SHOULD BE StandardException
print("EXCEPTION")
continue

Avoid or handle correctly the exception

zipped_repo, filename = zipped_file.split('::')

@yoeo
Copy link
Owner Author

yoeo commented Jun 14, 2020

Dataset preparation code moved to https://github.com/yoeo/guesslangtools

@yoeo yoeo closed this as completed Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant