diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index 013e91d..7263737 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -113,7 +113,7 @@ def main(): mode_given = True editor_command = [os.getenv('EDITOR'), options.batchfile] run(editor_command) - + if options.write: mode_given = True execute_batch_list(options.batchfile, diff --git a/pyproject.toml b/pyproject.toml index 11c1341..8c2a4c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mfbatch" -version = "0.2.0" +version = "0.3.0" description = "MetaFlac batch editor" authors = ["Jamie Hardt "] readme = "README.md"