fix troubleshoot pointer position (#696)

pull/700/head
Kaalleen 2020-05-10 13:48:00 +02:00 zatwierdzone przez GitHub
rodzic 0b2156b1ad
commit 2aebae6826
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: