[mod] file extension standard

This commit is contained in:
fenris 2025-09-26 00:52:10 +02:00
parent baeda74b09
commit 359bd375d2
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ namespace _mimir
"indicators_short": ["c"], "indicators_short": ["c"],
"type": lib_plankton.args.enum_type.string, "type": lib_plankton.args.enum_type.string,
"mode": lib_plankton.args.enum_mode.replace, "mode": lib_plankton.args.enum_mode.replace,
"default": "default.mmr.json", "default": "mmr.json",
"info": "conf_path", "info": "conf_path",
"name": "conf-path", "name": "conf-path",
}), }),

View file

@ -42,7 +42,7 @@ def main():
pass pass
else: else:
_os.system( _os.system(
"cp %s %s/default.mmr.json" "cp %s %s/mmr.json"
% ( % (
args.conf_path, args.conf_path,
args.output_directory, args.output_directory,