|
@ -109,8 +109,7 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest): |
|
|
command, |
|
|
command, |
|
|
stderr=subprocess.STDOUT, |
|
|
stderr=subprocess.STDOUT, |
|
|
universal_newlines=True, |
|
|
universal_newlines=True, |
|
|
cwd=os.path.dirname(songbook), |
|
|
cwd=os.path.dirname(songbook) |
|
|
env=current_env |
|
|
|
|
|
) |
|
|
) |
|
|
return 0 |
|
|
return 0 |
|
|
except subprocess.CalledProcessError as error: |
|
|
except subprocess.CalledProcessError as error: |
|
|