Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2023
1 parent d862ccd commit 8441596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conversion_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def transform_raw_data(raw_data):

def update_insights_inventory():
"""Call insights-client to update insights inventory."""
print('Updating system status in Red Hat Insights.')
print("Updating system status in Red Hat Insights.")
output, returncode = run_subprocess(cmd=["/usr/bin/insights-client"])

if returncode:
Expand Down

0 comments on commit 8441596

Please sign in to comment.