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

hwrt download fails #44

Open
MartinThoma opened this issue Dec 4, 2020 · 0 comments
Open

hwrt download fails #44

MartinThoma opened this issue Dec 4, 2020 · 0 comments
Labels

Comments

@MartinThoma
Copy link
Owner

$ hwrt --version
hwrt, version 0.2.1

but:
hwrt download stops, because in download.py

infofile = os.path.join(project_root, "raw-datasets/info.yml")
logger.info("Read '%s'...", infofile)
with open(infofile) as ymlfile:
datasets = yaml.safe_load(ymlfile)
for dataset in datasets:
local_path_file = os.path.join(project_root, dataset["online_path"])

infofile --> /home/angsuesser/hwr-experiments/raw-datasets/info.yml : existiert!
Im yaml-file ist allerdings kein Eintrag für "online_path" oder "MD5" dadurch --> Bauchlandung

@MartinThoma MartinThoma added the bug label Dec 4, 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