aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-13 17:35:11 +0100
committerDaniel Lobato García <me@daniellobato.me>2017-01-13 17:35:11 +0100
commitd4ae1fb5dba200e75e83fdcc1d55a3b0f34ba4c7 (patch)
treef85b7831f34d20fc264b0bc5591752d4cf796299
parent9c5b6c6c73f94c2a3b80f901b3772f830ede6987 (diff)
Fix flake8 error
to make CI pass again
-rwxr-xr-xforeman_ansible_inventory.py1
1 files changed, 1 insertions, 0 deletions
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())