Skip to content

Commit

Permalink
Merge branch 'master' into Work-flow-changes-to-check-more-OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 authored Sep 26, 2023
2 parents 0861276 + 4573abb commit 50b4bdd
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 384 deletions.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)

# create a Typer object to support the command-line interface
cli = typer.Typer()
cli = typer.Typer(no_args_is_help=True)

# create a small bullet for display in the output
small_bullet_unicode = constants.markers.Small_Bullet_Unicode
Expand Down
1 change: 0 additions & 1 deletion chasten/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get_chasten_version() -> str:
# there is not a working package that importlib.metadata can access with a version;
# in this situation the function should return the default value of 0.0.0
except importlib.metadata.PackageNotFoundError:
# If method fails, return a default version
version_string_of_foo = default_chasten_semver
return version_string_of_foo

Expand Down
Loading

0 comments on commit 50b4bdd

Please sign in to comment.