This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/snapshot.py b/snapshot.py | |
old mode 100644 | |
new mode 100755 | |
index 08ed573..dc21f87 | |
--- a/snapshot.py | |
+++ b/snapshot.py | |
@@ -189,25 +189,28 @@ class ResourcePrinter(object): | |
row = [] | |
row.append(net['id']) | |
row.append(net['name']) |
NewerOlder