Fix error message change

This commit is contained in:
James R. Barlow
2021-03-03 01:02:59 -08:00
parent ffcae9a1a0
commit 25c8c4656f
+1 -1
View File
@@ -133,7 +133,7 @@ def check_options_preprocessing(options):
options.unpaper_args
)
except Exception as e:
raise BadArgsError("--unpaper-args") from e
raise BadArgsError("--unpaper-args: " + str(e)) from e
def _pages_from_ranges(ranges: str) -> Set[int]: