From 9ae6167d9b7ce53a273c46cf96cc73aaefb167f9 Mon Sep 17 00:00:00 2001 From: Lionel Date: Sat, 2 Feb 2019 20:19:16 +0100 Subject: Deleted _config.yml, no use for it now --- prototyping/errmsg.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 prototyping/errmsg.py (limited to 'prototyping/errmsg.py') diff --git a/prototyping/errmsg.py b/prototyping/errmsg.py new file mode 100755 index 0000000..8e67d42 --- /dev/null +++ b/prototyping/errmsg.py @@ -0,0 +1,7 @@ +import colorcode as clc +os=clc.fail+"Operating System error:"+clc.endc +direxist=clc.warn+clc.bold+"The folder already exists !"+clc.endc +formaterr=clc.fail+"Something occured with the formating. File is not retrievable, passing on next download."+clc.endc +sslerr=clc.fail+clc.bold+"SSL Certificate Error. Please check the time on your computer, adjust it accordingly, or wait a bit before retrying the downloads."+clc.endc +sigkill=clc.fail+"\n\nProcess interrupted by CTRL+C or system."+clc.endc +"\n\nProcess interrupted by CTRL+C or system." -- cgit v1.2.3-70-g09d2