Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Commit

Permalink
tab error
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 11, 2014
1 parent f775585 commit 193e8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pallas/Site/Site.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def get_gexf(self):
for id in [id for id in self._connections if self._connections[id]['from'] == page and self._connections[id]['explored']]:
graph.addEdge(id, self._connections[id]['from'], self._connections[id]['to'])
self._gexf_xml = gexf.getXML()
return self._gexf_xml
return self._gexf_xml

0 comments on commit 193e8c8

Please sign in to comment.