Wrap a long line
This commit is contained in:
parent
cbd0e8231b
commit
733431d5c2
@ -187,7 +187,10 @@ def _context_args_index_repl(match):
|
|||||||
|
|
||||||
@_migrator
|
@_migrator
|
||||||
def _migrate_envvar_string(source):
|
def _migrate_envvar_string(source):
|
||||||
return re.sub('EnvVar:(?P<ws>\\s+)"(?P<string>[^"]+)"', _envvar_string_repl, source)
|
return re.sub(
|
||||||
|
'EnvVar:(?P<ws>\\s+)"(?P<string>[^"]+)"',
|
||||||
|
_envvar_string_repl, source
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def _envvar_string_repl(match):
|
def _envvar_string_repl(match):
|
||||||
|
Loading…
Reference in New Issue
Block a user