We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e03ba7 commit 532b352Copy full SHA for 532b352
src/actinia_cloudevent_plugin/resources/config.py
@@ -66,7 +66,9 @@ def __init__(self) -> None:
66
print("Loading config files: " + str(CONFIG_FILES) + " ...")
67
68
with open( # noqa: PTH123
69
- GENERATED_CONFIG, "w", encoding="utf-8",
+ GENERATED_CONFIG,
70
+ "w",
71
+ encoding="utf-8",
72
) as configfile:
73
config.write(configfile)
74
print("Configuration written to " + GENERATED_CONFIG)
0 commit comments