Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Feb 24, 2016
1 parent 4a7c99b commit 8393314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus/inventory/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __parseDirectories(self, resource):
__text__.citation = cites[-1]
except Exception:
print(__text__.path + " does not accept parsing at some level (most probably citation) ")
self.__texts__.appendg(__text__)
self.__texts__.append(__text__)

return self.resource, self.__texts__

Expand Down

0 comments on commit 8393314

Please sign in to comment.