Index: patchconv/tests/test_rietveld_to_git.py |
=================================================================== |
--- a/patchconv/tests/test_rietveld_to_git.py |
+++ b/patchconv/tests/test_rietveld_to_git.py |
@@ -65,7 +65,7 @@ |
def test_script(): |
process = subprocess.Popen( |
- ['patchconv'], stdin=subprocess.PIPE, stdout=subprocess.PIPE |
+ ['patchconv'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, |
) |
in_patch = '''Index: README.txt |
=================================================================== |