mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 20:43:37 +01:00
fxconv: allow section specification from fxconv-metadata.txt
This commit is contained in:
parent
959cd2975c
commit
68be7fe522
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ def main():
|
||||||
if fnmatch.fnmatchcase(basename, wildcard):
|
if fnmatch.fnmatchcase(basename, wildcard):
|
||||||
params.update(**p)
|
params.update(**p)
|
||||||
|
|
||||||
|
if "section" in params:
|
||||||
|
target["section"] = params["section"]
|
||||||
|
|
||||||
# In manual conversion modes, read parameters from the command-line
|
# In manual conversion modes, read parameters from the command-line
|
||||||
else:
|
else:
|
||||||
params = parse_parameters(args)
|
params = parse_parameters(args)
|
||||||
|
|
Loading…
Reference in a new issue