diff --git a/cli-v1-to-v2 b/cli-v1-to-v2 index ce7ad3c..08435f7 100755 --- a/cli-v1-to-v2 +++ b/cli-v1-to-v2 @@ -187,7 +187,10 @@ def _context_args_index_repl(match): @_migrator def _migrate_envvar_string(source): - return re.sub('EnvVar:(?P\\s+)"(?P[^"]+)"', _envvar_string_repl, source) + return re.sub( + 'EnvVar:(?P\\s+)"(?P[^"]+)"', + _envvar_string_repl, source + ) def _envvar_string_repl(match):