We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you download the files inside the docker container it does not work. #77 try https://github.com/oSoc19/best/blob/docker/DOCKER.md#examples and see it fail for yourself
~/best/out $ python ../downloader/downloader.py . --verbose --log_name ../logstuff 2019-07-24 14:08:17,684 - __main__ : INFO - Start download 2019-07-24 14:15:14,674 - __main__ : INFO - Download done 2019-07-24 14:15:15,266 - __main__ : INFO - Start extraction 2019-07-24 14:15:15,266 - __main__ : CRITICAL - Output directory already contains files. To automatically remove all files in the output directory, use --force
The text was updated successfully, but these errors were encountered:
workaround: move the files to a tmp directory and then mv them to the out folder.
Sorry, something went wrong.
Need to change this in documentation still 😆
Fix workaround in documentation for #78
eaae1bc
JosseVanDelm
No branches or pull requests
When you download the files inside the docker container it does not work.
#77
try https://github.com/oSoc19/best/blob/docker/DOCKER.md#examples and see it fail for yourself
The text was updated successfully, but these errors were encountered: