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 f3d4961 commit 4d4f1a1Copy full SHA for 4d4f1a1
1 file changed
src/attributes.cpp
@@ -62,7 +62,7 @@ namespace attributes {
62
// convert to R list
63
List toList() const {
64
List fileInfo;
65
- fileInfo["path "] = path_;
+ fileInfo["path"] = path_;
66
fileInfo["exists"] = exists_;
67
fileInfo["lastModified"] = lastModified_;
68
return fileInfo;
0 commit comments