This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Don't print
master
Pete Shadbolt
8 years ago
parent
5b007f9475
commit
30bb8ceb8c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
abp/fancy.py
+ 0
- 1
abp/fancy.py
View File
@@ -43,7 +43,6 @@ class GraphState(graphstate.GraphState, networkx.Graph):
return
# Automatically perform layout if position is not provided
print self.node.values()
if not all(("position" in node) for node in self.node.values()):
self.layout()
Write
Preview
Loading…
Cancel
Save