diff options
Diffstat (limited to 'scripts/cleanup-workdir')
| -rwxr-xr-x | scripts/cleanup-workdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index fee464c31d..0b2cf99d78 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir | |||
| @@ -45,7 +45,7 @@ def run_command(cmd): | |||
| 45 | if pipe.returncode != 0: | 45 | if pipe.returncode != 0: |
| 46 | print("Execute command '%s' failed." % cmd) | 46 | print("Execute command '%s' failed." % cmd) |
| 47 | sys.exit(1) | 47 | sys.exit(1) |
| 48 | return output | 48 | return output.decode('utf-8') |
| 49 | 49 | ||
| 50 | def get_cur_arch_dirs(workdir, arch_dirs): | 50 | def get_cur_arch_dirs(workdir, arch_dirs): |
| 51 | pattern = workdir + '/(.*?)/' | 51 | pattern = workdir + '/(.*?)/' |
