Skip to content

Commit 915fa03

Browse files
author
atollk
committed
Fixed typo in namespace string.
1 parent 7d5a1b7 commit 915fa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def getmodified(self, path):
678678
it might only have limited accuracy.
679679
680680
"""
681-
timestamp = self.getinfo(path, ("detail", "modified")).modified
681+
timestamp = self.getinfo(path, ("details", "modified")).modified
682682
if timestamp is None:
683683
raise Unsupported(
684684
"Last modified time is not supported by the filesystem for the requested resource: "

0 commit comments

Comments
 (0)