Skip to content

Wrong copy function used in FsArtifactCache

Aleksandar Mastilovic requested to merge bugfix/Cache-put-vs-copy into main
  • copy function works only when copying from/to the same filesystem, the correct function to use is actually put
  • Removed a leftover logging statement from util.py

Merge request reports