Skip to content

Commit

Permalink
fixed fstring
Browse files Browse the repository at this point in the history
  • Loading branch information
phlamprecht committed Aug 29, 2024
1 parent dc5e5bc commit 8e97557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compare_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_count_devices(self, devices):
continue
list_models.append(device["model"])
dict_count_model = {i: list_models.count(i) for i in list_models}
print("Hot Spare MX skipped: " + str(skipped_counter))
print(f"Hot Spare MX skipped: {str(skipped_counter)}")
return dict_count_model


Expand Down

0 comments on commit 8e97557

Please sign in to comment.