We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35583c7 commit 225b5c2Copy full SHA for 225b5c2
filecloudapi/fcserver.py
@@ -844,6 +844,8 @@ def close(self):
844
"filename": name,
845
"date": self._serverdatetime(datemodified),
846
"adminproxyuserid": adminproxyuserid,
847
+ "nofileoverwrite": nofileoverwrite,
848
+ "iflastmodified": self._serverdatetime(iflastmodified) if iflastmodified else None,
849
}
850
851
if data_size is not None:
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
3
name = "filecloudapi-python"
4
-version = "0.2.1"
+version = "0.2.2"
5
description = "A Python library to connect to a Filecloud server"
6
7
packages = [{ include = "filecloudapi" }]
0 commit comments