Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Oct 13, 2024
1 parent 7ee52a8 commit 52bdff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/py/flwr/client/supernode/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ def _parse_args_run_supernode() -> argparse.ArgumentParser:
"--flwr-dir",
default=None,
help="""The path containing installed Flower Apps.
If `--isolation` is set, use `$FLWR_HOME` or `$XDG_DATA_HOME` to specify the
directory instead. The default directory is:
The default directory is:
- `$FLWR_HOME/` if `$FLWR_HOME` is defined
- `$XDG_DATA_HOME/.flwr/` if `$XDG_DATA_HOME` is defined
Expand Down

0 comments on commit 52bdff3

Please sign in to comment.