Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dokku_network_property): check for app key (#127)
It appears that the `app` key is set in the `data` dictionary even if a value is not provided by the user. The logic in the module assumed that the presence of the `app` key indicated that a value was provided by the user and therefore always raised an error when the `global` keyword was set to `True`. This is fixed by checking instead whether the value for `app` is empty.
- Loading branch information