Skip to content
Snippets Groups Projects

http public links work in the CI

Merged Amir MOHAMMADI requested to merge fix-download-url into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -119,9 +119,7 @@ def download(arguments):
"""
source_url = ['http://bobconda.lab.idiap.ch/public/data/bob/att_faces.zip',
'http://www.idiap.ch/software/bob/data/bob/att_faces.zip'
]
source_url = ['http://www.idiap.ch/software/bob/data/bob/att_faces.zip']
if not os.path.exists(arguments.output_dir):
os.mkdir(arguments.output_dir)
Loading