|
@@ -88,7 +88,7 @@ async def pull_image_editor_project(request):
|
|
try:
|
|
try:
|
|
_subprocess = await asyncio.create_subprocess_shell(
|
|
_subprocess = await asyncio.create_subprocess_shell(
|
|
'bash {path}/update_image_editor.sh'.format(
|
|
'bash {path}/update_image_editor.sh'.format(
|
|
- path=os.path.dirname(path)
|
|
|
|
|
|
+ path=path
|
|
)
|
|
)
|
|
)
|
|
)
|
|
stdout, stderr = await _subprocess.communicate()
|
|
stdout, stderr = await _subprocess.communicate()
|