now using ‘emph’ in reporting function instead of code doubling.
This commit is contained in:
parent
801d57af4c
commit
3b0dc374bb
|
@ -18,7 +18,7 @@ def croak(what,
|
|||
# -----------------------------
|
||||
def report(who,what):
|
||||
# -----------------------------
|
||||
croak( ('\033[1m'+str(who)+'\033[0m' if who else '') + (': '+what if what else '') )
|
||||
croak( (emph(who) if who else '') + (': '+what if what else '') )
|
||||
|
||||
# -----------------------------
|
||||
def emph(what):
|
||||
|
|
Loading…
Reference in New Issue