Skip to content

Commit

Permalink
One-click installer: change an info message
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Mar 4, 2024
1 parent 4bb79c5 commit 6adf222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions one_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def print_big_message(message):
lines = message.split('\n')
print("\n\n*******************************************************************")
for line in lines:
if line.strip() != '':
print("*", line)
print("*", line)

print("*******************************************************************\n\n")

Expand Down

0 comments on commit 6adf222

Please sign in to comment.