Skip to content

Commit 840fcfd

Browse files
jnhyperionJohnny Huang
andauthored
Fixed issue#2108: (#2223)
#2108 Co-authored-by: Johnny Huang <[email protected]>
1 parent 8e6684a commit 840fcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotide/namespace/resourcefactory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _load_resource(self, path, report_status):
9292
r = robotapi.ResourceFile(path)
9393
if os.stat(path)[6] != 0 and report_status:
9494
return r.populate()
95-
robotapi.FromFilePopulator(r).populate(r.source)
95+
robotapi.FromFilePopulator(r).populate(r.source, resource=True)
9696
return r
9797

9898
def _normalize(self, path):

0 commit comments

Comments
 (0)