We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b4d3e6 + 13a29b2 commit b2d03a0Copy full SHA for b2d03a0
1 file changed
diskover/diskover.py
@@ -917,7 +917,7 @@ def banner():
917
'I didn\'t even know that was there.',
918
'Bringing light to the darkness.']
919
920
- print("""\u001b[31;1m
+ print(r"""\u001b[31;1m
921
_ _ _
922
| (_) | |
923
__| |_ ___| | _______ _____ _ __
@@ -1275,4 +1275,4 @@ def log_setup():
1275
logmsg = 'FATAL ERROR: an exception has occurred: {0}'.format(e)
1276
logger.critical(logmsg, exc_info=1)
1277
if config['LOGTOFILE']: logger_warn.critical(logmsg, exc_info=1)
1278
- close_app_critical_error()
+ close_app_critical_error()
0 commit comments