From cd5b1663bfbfada61cc4a65e398ffaf43cd19600 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 9 Nov 2017 01:04:13 +0000 Subject: fix copypaste fail in 0986c8f2db --- embroider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embroider.py') diff --git a/embroider.py b/embroider.py index f9c5d147..dcc5ebe9 100644 --- a/embroider.py +++ b/embroider.py @@ -1808,7 +1808,7 @@ class Embroider(inkex.Effect): help="Directory in which to store output file") self.OptionParser.add_option("-F", "--output-file", action="store", type="string", - dest="output_file", default=".", + dest="output_file", help="Output filename.") self.OptionParser.add_option("-b", "--max-backups", action="store", type="int", -- cgit v1.2.3