Skip to content

Commit

Permalink
fix syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 4, 2023
1 parent ddca4db commit 0fdfe80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/internal/print_api_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ def main():

if not prio_set:
msg = "\nWARN: couldn't set highest process priority "
msg += "(requires root)", "red"
print_color(msg)
msg += "(requires root)"
print_color(msg, "red")


if __name__ == '__main__':
Expand Down

0 comments on commit 0fdfe80

Please sign in to comment.