Skip to content

Commit

Permalink
Fixed line deleted between 5.0.x and here.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jan 10, 2024
1 parent 5a7827d commit 4478272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pscheduler-core/pscheduler-core/troubleshoot
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ pscheduler.set_graceful_exit()
#

class VerbatimParser(optparse.OptionParser):
return self.epilog
def format_epilog(self, formatter):
return self.epilog

opt_parser = VerbatimParser(
usage="Usage: %prog [ OPTIONS ] host",
Expand Down

0 comments on commit 4478272

Please sign in to comment.