Skip to content

Commit 4d4f1a1

Browse files
committed
fix typo in path list element
1 parent f3d4961 commit 4d4f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace attributes {
6262
// convert to R list
6363
List toList() const {
6464
List fileInfo;
65-
fileInfo["path "] = path_;
65+
fileInfo["path"] = path_;
6666
fileInfo["exists"] = exists_;
6767
fileInfo["lastModified"] = lastModified_;
6868
return fileInfo;

0 commit comments

Comments
 (0)