Skip to content

Commit

Permalink
Remove fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 31, 2023
1 parent d87c499 commit 80fddc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/antsibull_core/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def get_toplevel_parser(
# If there's no metadata foun, assume we're running from source
package_version = "source"

if program_name is None:
program_name = package

toplevel_parser = argparse.ArgumentParser(**kwargs)
toplevel_parser.add_argument(
"--version",
Expand Down

0 comments on commit 80fddc8

Please sign in to comment.