File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
:tags: bug, autogenerate
3
3
:tickets: 1337
4
4
5
- Fixes `autogenerate.Rewriter ` so that more than two instances could be
6
- chained together correctly, and `process_revision_directives ` callable
7
- could also be chained.
5
+ Fixed :class: `.Rewriter ` so that more than two instances could be chained
6
+ together correctly, also allowing multiple ``process_revision_directives ``
7
+ callables to be chained. Pull request courtesy zrotceh.
8
+
Original file line number Diff line number Diff line change 2
2
:tags: bug, environment
3
3
:tickets: 1369
4
4
5
- Fixed issue where ``get_x_arguments(as_dictionary=True) `` would fail if an
6
- argument key were passed without an equal sign ``= `` or a value.
7
- Behavior is repaired where this condition is detected and will return a
8
- blank string for the given key, consistent with the behavior where the
9
- ``= `` sign is present and no value. Pull request courtesy Iuri de Silvio.
5
+ Fixed issue where the method :meth: `.EnvironmentContext.get_x_argument `
6
+ using the :paramref: `.EnvironmentContext.get_x_argument.as_dictionary `
7
+ parameter would fail if an argument key were passed on the command line as
8
+ a name alone, that is, without an equal sign ``= `` or a value. Behavior is
9
+ repaired where this condition is detected and will return a blank string
10
+ for the given key, consistent with the behavior where the ``= `` sign is
11
+ present and no value. Pull request courtesy Iuri de Silvio.
You can’t perform that action at this time.
0 commit comments