Skip to content
Open

Rp5 #18

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/local_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ With no other instruction, EthoPy loads:

The file is read once, at `import ethopy`. If it does not exist, EthoPy runs entirely on its [built-in defaults](#built-in-defaults).

**Editing the file has no effect on a running EthoPy.** The configuration is read once, at import, and kept in memory for the lifetime of the process. Restart EthoPy for a change to take effect.

### 2. A different config file on the command line

Every EthoPy run can point at another file with `-c` / `--config`:
Expand Down
Loading
Loading