We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6651d77 commit cf6d66bCopy full SHA for cf6d66b
test/functional/feature_settings.py
@@ -83,7 +83,7 @@ def run_test(self):
83
with altsettings.open("w") as fp:
84
fp.write('{"key": "value"}')
85
with node.assert_debug_log(expected_msgs=['Setting file arg: key = "value"']):
86
- self.start_node(0, extra_args=["-settings={}".format(altsettings)])
+ self.start_node(0, extra_args=[f"-settings={altsettings}"])
87
self.stop_node(0)
88
89
0 commit comments