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
In many parts of my code I use ArtifactoryPath the same as Path. However, the Path('').stat() has a st_size attribute, while ArtifactoryPath('').stat() has only a size attribute. What do you think of adding a st_size attribute to ArtifactoryFileStat aswell, so code using both paths can access them both seamlessly?
If you agree, I can create a PR for it.
Also, thanks for taking the gloves off and cotinuing this project! ❤️
The text was updated successfully, but these errors were encountered:
Hi,
In many parts of my code I use
ArtifactoryPath
the same asPath
. However, thePath('').stat()
has ast_size
attribute, whileArtifactoryPath('').stat()
has only asize
attribute. What do you think of adding ast_size
attribute toArtifactoryFileStat
aswell, so code using both paths can access them both seamlessly?If you agree, I can create a PR for it.
Also, thanks for taking the gloves off and cotinuing this project! ❤️
The text was updated successfully, but these errors were encountered: