Skip to content

Commit

Permalink
fixed the linting problem
Browse files Browse the repository at this point in the history
Signed-off-by: Freeman <[email protected]>
  • Loading branch information
Freeman-kuch committed Oct 20, 2022
1 parent 230f453 commit 227fe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/rest_api_gcbm/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_modules_cbm_config(input_dir):
for file in os.listdir(f"{input_dir}/disturbances/"):
disturbances.append(
file.split(".")[0][:-5]
) # drop `_moja` to match modules_cbm.json template
) # drop `_moja` to match modules_cbm.json template
modules_cbm_config.seek(0)
data["Modules"]["CBMDisturbanceListener"]["settings"]["vars"] = disturbances
json.dump(data, modules_cbm_config, indent=4)
Expand Down

0 comments on commit 227fe0a

Please sign in to comment.