summaryrefslogtreecommitdiff
path: root/src/flufigut.py
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-10 17:18:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-10 17:18:32 +0100
commit00ca991d67e12a6ce422ebdc6fd817553676d0d4 (patch)
treefed01d7409bd327a337c6afbbd6b2c1201e35278 /src/flufigut.py
parentchange handling of flags (diff)
minor bug fixes
Diffstat (limited to 'src/flufigut.py')
-rwxr-xr-xsrc/flufigut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flufigut.py b/src/flufigut.py
index dfcb5e8..784c4ab 100755
--- a/src/flufigut.py
+++ b/src/flufigut.py
@@ -418,7 +418,7 @@ class Planet:
},
}
if interface:
- self.atmosphere[porter.name]['interface'] = interface
+ self.atmosphere[porter.name]['properties']['interface'] = interface
return porter