summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-05-10 13:48:00 +0200
committerGitHub <noreply@github.com>2020-05-10 13:48:00 +0200
commit2aebae6826de7e4504a4719d64b6075f4dfdb34f (patch)
tree20b139eed3d87953e8bf8f0a8984dcd6b97537a0 /lib
parent0b2156b1ad3368142d8be20c8f917374eb306af4 (diff)
fix troubleshoot pointer position (#696)
Diffstat (limited to 'lib')
-rw-r--r--lib/elements/fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/fill.py b/lib/elements/fill.py
index a5b8bfc3..21a9b79f 100644
--- a/lib/elements/fill.py
+++ b/lib/elements/fill.py
@@ -150,7 +150,7 @@ class Fill(EmbroideryElement):
if not valid:
why = explain_validity(self.shape)
- message, x, y = re.findall(r".+?(?=\[)|\d+\.\d+", why)
+ message, x, y = re.findall(r".+?(?=\[)|-?\d+\.\d+", why)
# I Wish this weren't so brittle...
if "Hole lies outside shell" in message: