Merge pull request #6 from smokes2345/patch-1

Update autocompose.py
This commit is contained in:
Red5d
2018-07-15 12:22:01 -04:00
committed by GitHub

View File

@@ -87,7 +87,7 @@ def generate(args):
else:
values['expose'] = expose_value
except KeyError:
except (KeyError, TypeError):
# No ports exposed/bound. Continue without them.
ports = None