mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-13304 Always use continuation indent after function arguments
It probably conflicts with existing fix for PY-12749.
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
import subprocess as sp
|
||||
|
||||
a = sp.check_output(
|
||||
args=['python', '-c', 'print("Spam")'],
|
||||
# read errors too
|
||||
stderr=sp.STDOUT
|
||||
args=['python', '-c', 'print("Spam")'],
|
||||
# read errors too
|
||||
stderr=sp.STDOUT
|
||||
)
|
||||
print(a)
|
||||
Reference in New Issue
Block a user