Skip to content

Commit

Permalink
Merge pull request #133 from localdevices/hcwinsemius-patch-1
Browse files Browse the repository at this point in the history
Update main.py
  • Loading branch information
hcwinsemius authored Jun 27, 2023
2 parents f687ba6 + f6cc380 commit 8961d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyorc/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def print_license(ctx, param, value):
)
@click.pass_context
def cli(ctx, info, license, debug): # , quiet, verbose):
"""Command line interface for hydromt models."""
"""Command line interface for pyOpenRiverCam."""
if ctx.obj is None:
ctx.obj = {}

Expand Down Expand Up @@ -341,4 +341,4 @@ def velocimetry(ctx, output, videofile, recipe, cameraconfig, prefix, h_a, updat

if __name__ == "__main__":
#if getattr(sys, 'frozen', False):
cli(sys.argv[1:])
cli(sys.argv[1:])

0 comments on commit 8961d3c

Please sign in to comment.