fix rbuild script
This commit is contained in:
@ -181,7 +181,7 @@ def build_assembly_gifs(config, dz, nightly):
|
||||
|
||||
def build_gif_from_png(fileName):
|
||||
try:
|
||||
subprocess.run(["bash", BUILD_GIF_FROM_PNG_SCRIPT, fileName], check=True)
|
||||
subprocess.run(["bash", BUILD_GIF_FROM_PNG_SCRIPT, fileName, ASSEMBLY_GIF_TEMP_DIR, ASSEMBLY_GIF_BUILD_DIR], check=True)
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"Error calling shell script: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user