Commit a84a3c5a authored by guillaume.bouvignies's avatar guillaume.bouvignies

output is now printed by the framework

parent f0fe8c1e
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
### Changes ### Changes
- Updated `run(input_args)` to `run(args)` - Updated `run(input_args)` to `run(args)`
- Removed `print(output)` at the end as it is now printed by the framework
# 0.0.4 # 0.0.4
### Changes ### Changes
......
...@@ -89,7 +89,6 @@ def run(args): ...@@ -89,7 +89,6 @@ def run(args):
password = GRAFANA_PASSWORD password = GRAFANA_PASSWORD
) )
output = struct(grafana_info = grafana_info) output = struct(grafana_info = grafana_info)
print(output)
return output return output
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment