Add back missing 'troubleshoot' function call
This commit is contained in:
@@ -260,7 +260,8 @@ def build(options: BuildOptions):
|
|||||||
call(['docker', 'cp',
|
call(['docker', 'cp',
|
||||||
container_name + ':/output/.',
|
container_name + ':/output/.',
|
||||||
os.path.abspath(options.output_dir)])
|
os.path.abspath(options.output_dir)])
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError as error:
|
||||||
|
troubleshoot(options.project_dir, error)
|
||||||
exit(1)
|
exit(1)
|
||||||
finally:
|
finally:
|
||||||
# Still gets executed, even when 'exit(1)' gets called
|
# Still gets executed, even when 'exit(1)' gets called
|
||||||
|
|||||||
Reference in New Issue
Block a user