Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
barneydobson authored May 31, 2024
1 parent 78b039b commit cb923e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swmmanywhere/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path

from swmmanywhere import swmmanywhere
from swmmanywhere.custom_logging import logger
from swmmanywhere.logging import logger


def parse_arguments():
Expand Down Expand Up @@ -42,4 +42,4 @@ def run():
logger.info(f"Metrics:\n {metrics}")

if __name__ == '__main__':
run()
run()

0 comments on commit cb923e6

Please sign in to comment.