This commit is contained in:
Joe Rickerby
2020-05-02 16:57:28 +01:00
parent c9c1ea6fec
commit dd3bec5ba9
+1 -1
View File
@@ -266,7 +266,7 @@ def build(options: BuildOptions):
container_name + ':/output/.',
os.path.abspath(options.output_dir)])
except subprocess.CalledProcessError as error:
troubleshoot(options.project_dir, error)
troubleshoot(options.package_dir, error)
exit(1)
finally:
# Still gets executed, even when 'exit(1)' gets called