Skip to content

Commit

Permalink
Lint ceph check
Browse files Browse the repository at this point in the history
  • Loading branch information
UTXOnly committed Jan 24, 2025
1 parent a7a0cda commit d7eb7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph/datadog_checks/ceph/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _extract_tags(self, raw, instance):
tags.append(self.NAMESPACE + '_fsid:%s' % fsid)

return tags

def _get_subprocess_output(self, cmd):
res = subprocess.run(cmd, capture_output=True, text=True)
return res.stdout, res.stderr, res.returncode
Expand Down

0 comments on commit d7eb7e9

Please sign in to comment.