mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 14:52:17 +00:00
Tiny visual change to error heading (has trailing # in title block)
This commit is contained in:
@@ -355,7 +355,7 @@ if len(invalid) > 0:
|
|||||||
errors = getError(invalid,errorno)
|
errors = getError(invalid,errorno)
|
||||||
if len(errors) == 0: continue
|
if len(errors) == 0: continue
|
||||||
|
|
||||||
errormsg = "# %s (error code %d)" % (errordescr, errorno)
|
errormsg = "# %s (error code %d) #" % (errordescr, errorno)
|
||||||
print "#"*len(errormsg)
|
print "#"*len(errormsg)
|
||||||
print errormsg
|
print errormsg
|
||||||
print "#"*len(errormsg)
|
print "#"*len(errormsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user