Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lexelby committed Oct 18, 2018
1 parent f693f2c commit 03f6fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyembroidery/GcodeWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def write(pattern, f, settings=None):
if settings is not None:
if settings is None:
settings = {}

flip_x = settings.get('flip_x', True)
Expand Down

0 comments on commit 03f6fde

Please sign in to comment.