Skip to content

Commit

Permalink
Remove extraneous statement after raising an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Jul 31, 2022
1 parent 4feb10f commit 7654a39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion generate_auto_job
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ class Main:
state = st_option_help
else:
raise Exception('option without help text')
state = st_top
elif state == st_option_help:
if append_long_text(line, option):
if option in self.options_without_help:
Expand Down
2 changes: 1 addition & 1 deletion job.sums
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by generate_auto_job
generate_auto_job 0514289f2deb3bf7c1a6e85ef7d99ad120321ef5a6fe49d76c5274c6a658d3f1
generate_auto_job 9abe2ec994fb98526f5e3c0c199ce2e61a868463cb522a5bc6e9730b65534187
include/qpdf/auto_job_c_att.hh 4c2b171ea00531db54720bf49a43f8b34481586ae7fb6cbf225099ee42bc5bb4
include/qpdf/auto_job_c_copy_att.hh 50609012bff14fd82f0649185940d617d05d530cdc522185c7f3920a561ccb42
include/qpdf/auto_job_c_enc.hh 28446f3c32153a52afa239ea40503e6cc8ac2c026813526a349e0cd4ae17ddd5
Expand Down

0 comments on commit 7654a39

Please sign in to comment.