We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf638a2 commit 3bf45d0Copy full SHA for 3bf45d0
absl/app.py
@@ -55,7 +55,7 @@ def main(argv):
55
flags.DEFINE_boolean(
56
'pdb_post_mortem',
57
False,
58
- 'Set to true to handle uncaught exceptions with the post mortem debugger.'
+ 'Set to true to handle uncaught exceptions with the post mortem debugger. '
59
'PDB is used by default; $PYTHONBREAKPOINT '
60
'(https://docs.python.org/3/using/cmdline.html#envvar-PYTHONBREAKPOINT) '
61
'can be used to specify a custom one.',
0 commit comments