Skip to content

Commit

Permalink
Fix core.get_jobs output
Browse files Browse the repository at this point in the history
(cherry picked from commit 25b346c)
  • Loading branch information
themylogin authored and bugclerk committed Aug 26, 2024
1 parent 9fa7a9c commit 856de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixdiagnose/plugins/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
class CoreGetJobs(Plugin):
name = 'jobs'
metrics = [
MiddlewareClientMetric('jobs', [MiddlewareCommand('core.get_jobs', [], {'extra': {'raw_result': False}})]),
MiddlewareClientMetric('jobs', [MiddlewareCommand('core.get_jobs', [[], {'extra': {'raw_result': False}}])]),
]

0 comments on commit 856de80

Please sign in to comment.