diff options
| author | Lex Neva <github.com@lexneva.name> | 2017-11-09 01:04:13 +0000 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2017-11-10 03:35:56 +0000 |
| commit | cd5b1663bfbfada61cc4a65e398ffaf43cd19600 (patch) | |
| tree | 1494c073f1a092b86087074f3e0434425540857c /embroider.py | |
| parent | 2e03bbaa3fde4474c3e89b86b3eac44ff259d4a5 (diff) | |
fix copypaste fail in 0986c8f2db
Diffstat (limited to 'embroider.py')
| -rw-r--r-- | embroider.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
