Skip to content

Commit

Permalink
build custom telosearchlr-v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayramr committed Oct 17, 2024
1 parent c168153 commit 6964d90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipes/telosearchlr/python.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- TeloSearchLR.py-old 2024-10-17 23:03:55.738331016 +0400
+++ TeloSearchLR.py 2024-10-17 23:04:03.533242382 +0400
@@ -818,7 +818,7 @@
for opt, arg in opts:
if opt in ("-h", "--help"):
print(arg_help) # print the help message
- sys.exit(2)
+ sys.exit(0)
elif opt in ("-v", "--version"):
print(version_number)
sys.exit(2)
for opt, arg in opts:
if opt in ("-h", "--help"):
print(arg_help) # print the help message
- sys.exit(2)
+ sys.exit(0)
elif opt in ("-v", "--version"):
print(version_number)
sys.exit(2)

0 comments on commit 6964d90

Please sign in to comment.