Skip to content

Commit

Permalink
Add missing '>' to info message. (ros-infrastructure#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenh1 committed Nov 22, 2017
1 parent 94af39c commit 33bee79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superflore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def err(string):


def info(string):
print(colored('>>> {0}'.format(string), 'cyan'))
print(colored('>>>> {0}'.format(string), 'cyan'))


def make_dir(dirname):
Expand Down

0 comments on commit 33bee79

Please sign in to comment.