mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2026-01-02 01:40:54 +00:00
Nudged version
This commit is contained in:
@@ -113,7 +113,7 @@ def main():
|
|||||||
mode_given = True
|
mode_given = True
|
||||||
editor_command = [os.getenv('EDITOR'), options.batchfile]
|
editor_command = [os.getenv('EDITOR'), options.batchfile]
|
||||||
run(editor_command)
|
run(editor_command)
|
||||||
|
|
||||||
if options.write:
|
if options.write:
|
||||||
mode_given = True
|
mode_given = True
|
||||||
execute_batch_list(options.batchfile,
|
execute_batch_list(options.batchfile,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "mfbatch"
|
name = "mfbatch"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "MetaFlac batch editor"
|
description = "MetaFlac batch editor"
|
||||||
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user