Skip to content

Commit

Permalink
chore: Commit forgotten changes…
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Sep 16, 2022
1 parent cdb431d commit 361d2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gallia/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def get_config_dirs() -> list[Path]:


def search_config(
filename: Path | None = None, extra_paths: list[Path] | None = None
filename: Path | None = None,
extra_paths: list[Path] | None = None,
) -> Path | None:
name = filename if filename is not None else Path("gallia.toml")
if (s := os.getenv("GALLIA_CONFIG")) is not None:
Expand Down

0 comments on commit 361d2b8

Please sign in to comment.