You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on integrating pybiocfilecache into our program, and I've encountered a new issue. It seems that the action argument in the add method of the BiocFileCache class is not implemented to accept asis as a value.
I would like to store my files as it is in the file system without moving or copping it to cache folder.
Could you please take a look into this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently working on integrating
pybiocfilecache
into our program, and I've encountered a new issue. It seems that theaction
argument in theadd
method of theBiocFileCache
class is not implemented to acceptasis
as a value.I would like to store my files as it is in the file system without moving or copping it to cache folder.
Could you please take a look into this issue?
Thank you!
The text was updated successfully, but these errors were encountered: