From d4ae1fb5dba200e75e83fdcc1d55a3b0f34ba4c7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 13 Jan 2017 17:35:11 +0100 Subject: Fix flake8 error to make CI pass again --- foreman_ansible_inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/foreman_ansible_inventory.py b/foreman_ansible_inventory.py index 926ade8..df838e0 100755 --- a/foreman_ansible_inventory.py +++ b/foreman_ansible_inventory.py @@ -392,6 +392,7 @@ class ForemanInventory(object): else: return json.dumps(data) + if __name__ == '__main__': inv = ForemanInventory() sys.exit(not inv.run()) -- cgit v1.2.3