Skip to content
Snippets Groups Projects
Commit 09cf1895 authored by Seblu's avatar Seblu
Browse files

Add image data when running scripts

parent 2372c159
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ class PackageImage(Image):
def run_setup(self, gl):
'''Run setup scripts'''
gl["image"] = self
self.run_scripts(gl, "setup")
def run_scripts(self, gl, directory):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment