daqieq
daqieq
Thanks @albertvillanova for looking at it! I tried on my personal Windows machine and it downloaded just fine. Running on my work machine and on a colleague's machine it is...
I added the following to line 101: `substr($attachment->{'sha1_filename'}, 0, 2)."/".` so that the entire line is now: `copy($self->{_backup_directory}.substr($attachment->{'sha1_filename'}, 0, 2)."/".$attachment->{'sha1_filename'}, $directory."/".$attachment->{'filename'}) or "Copy failed for file ".$self->{_backup_directory}.$attachment->{'sha1_filename'}."\n";` Note - If...
Same issue with fresh install of mlflow today while following the docker example from mlflow github repo.