Skip to content

Commit

Permalink
fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Oct 10, 2024
1 parent 7e66600 commit 0f632fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/flwr/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def parse_config_args(
# Regular expression to capture key-value pairs with possible quoted values
pattern = re.compile(r"(\S+?)=(\'[^\']*\'|\"[^\"]*\"|\S+)")

flat_overrides = {}
for config_line in config:
if config_line:
# .toml files aren't allowed alongside other configs
Expand Down

0 comments on commit 0f632fd

Please sign in to comment.