Skip to content
Snippets Groups Projects
Commit ce3c3190 authored by Jonathan Hartman's avatar Jonathan Hartman
Browse files

it would be great not to even deal with the whole path

parent 89f74091
No related branches found
No related tags found
No related merge requests found
Pipeline #1539353 failed
......@@ -15,8 +15,8 @@ import tqdm
logger = logging.getLogger(__name__)
DATASET_NAME = "wenewone/cub2002011"
DOWNLOAD_FILE_NAME = "/hpcwork/serv0012/" / Path(DATASET_NAME.split("/")[-1] + ".zip")
DOWNLOAD_DIRECTORY = "/hpcwork/serv0012/" / Path(DATASET_NAME.split("/")[-1])
DOWNLOAD_FILE_NAME = Path(DATASET_NAME.split("/")[-1] + ".zip")
DOWNLOAD_DIRECTORY = Path(DATASET_NAME.split("/")[-1])
def download_data():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment