Skip to content

Commit

Permalink
small fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lmseidler committed Oct 28, 2024
1 parent 1b7394f commit fa4cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/censo/cli/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def entry_point(argv: list[str] | None = None) -> int:
return 0

# Print general settings once
CensoPart._print_info()
CensoPart(ensemble)._print_info()

run = filter(
lambda x: x.get_settings()["run"],
Expand Down

0 comments on commit fa4cb55

Please sign in to comment.