Skip to content

Commit

Permalink
Merge branch '5.1.0' into issue-1385
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jan 10, 2024
2 parents 2e7b829 + 4478272 commit a82b2b8
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 a82b2b8

Please sign in to comment.