Skip to content

Commit

Permalink
remove commented out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugSteven committed Dec 31, 2022
1 parent b9b33d9 commit a917308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,6 @@ def main():
if len(sys.argv) > 1 and sys.argv[1] == 'help':
sys.argv = [sys.argv[0], '-h'] + sys.argv[2:]

# help_triggered = ('-h' in sys.argv) or ('--help' in sys.argv) or (len(sys.argv) == 1)
help_triggered = len(sys.argv) == 1 or any(x in ["-h", "--help", "--version"] for x in sys.argv)
try:
bootstrap(help_triggered)
Expand Down

0 comments on commit a917308

Please sign in to comment.