[mod] file extension standard
This commit is contained in:
parent
baeda74b09
commit
359bd375d2
|
|
@ -97,7 +97,7 @@ namespace _mimir
|
|||
"indicators_short": ["c"],
|
||||
"type": lib_plankton.args.enum_type.string,
|
||||
"mode": lib_plankton.args.enum_mode.replace,
|
||||
"default": "default.mmr.json",
|
||||
"default": "mmr.json",
|
||||
"info": "conf_path",
|
||||
"name": "conf-path",
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ def main():
|
|||
pass
|
||||
else:
|
||||
_os.system(
|
||||
"cp %s %s/default.mmr.json"
|
||||
"cp %s %s/mmr.json"
|
||||
% (
|
||||
args.conf_path,
|
||||
args.output_directory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue