From be7d0af82da95d64261351b6281153db1944c0b4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 15 Feb 2019 20:51:10 -0500 Subject: improve error message when trying to autofill tiny shapes --- lib/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/exceptions.py (limited to 'lib/exceptions.py') diff --git a/lib/exceptions.py b/lib/exceptions.py new file mode 100644 index 00000000..30e595ea --- /dev/null +++ b/lib/exceptions.py @@ -0,0 +1,2 @@ +class InkstitchException(Exception): + pass \ No newline at end of file -- cgit v1.2.3 From fa3236372bcee28f4aaa78da47b68c5d7f32cca4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 16 Feb 2019 16:46:16 -0500 Subject: fix style --- lib/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exceptions.py') diff --git a/lib/exceptions.py b/lib/exceptions.py index 30e595ea..c1ff36f0 100644 --- a/lib/exceptions.py +++ b/lib/exceptions.py @@ -1,2 +1,2 @@ class InkstitchException(Exception): - pass \ No newline at end of file + pass -- cgit v1.2.3