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.
tests.test_ftpfs
1 parent 5a67c8a commit 4feb242Copy full SHA for 4feb242
tests/test_ftpfs.py
@@ -266,7 +266,6 @@ def test_getinfo_modified(self):
266
self.fs.create("bar")
267
mtime_detail = self.fs.getinfo("bar", ("basic", "details")).modified
268
mtime_modified = self.fs.getmodified("bar")
269
- print(mtime_detail, mtime_modified)
270
# Microsecond and seconds might not actually be supported by all
271
# FTP commands, so we strip them before comparing if it looks
272
# like at least one of the two values does not contain them.
0 commit comments