Skip to content
Snippets Groups Projects
Commit e473755d authored by Seblu's avatar Seblu
Browse files

fix arrow spacing

parent 55a1a5f4
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,6 @@ def arrow(message, inclevel=None, level=None, fd=sys.stdout, endl=os.linesep):
elif _arrow_level == 3:
out(" #light##blue#=>#reset# %s" % message)
elif _arrow_level == 4:
out(" #light##green#=>#reset# %s" % message)
out(" #light##green#=>#reset# %s" % message)
# restore old on one shot level
arrowlevel(level = old_level)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment