Skip to content

Commit

Permalink
FIX: Get
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 7, 2023
1 parent d5d5da6 commit 385ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/gen_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _gen_demonstrated_funcs(example_config_path: Path) -> dict:
f"## Dataset source\n\nThis dataset was acquired from " f"[{url}]({url})\n"
)

if options.get("openneuro", ""):
if "openneuro" in options:
for key in ("include", "exclude"):
options[key] = options.get(key, [])
download_str = (
Expand Down

0 comments on commit 385ac09

Please sign in to comment.