Merge pull request #55 from mokoconsulting-tech/finding-autofix-69aadfce
Fix for Syntax error
This commit was merged in pull request #55.
This commit is contained in:
@@ -306,10 +306,10 @@ Supports both Joomla and Dolibarr extensions with automatic platform detection.
|
|||||||
)
|
)
|
||||||
|
|
||||||
result = {
|
result = {
|
||||||
"status": "success",
|
"status": "success",
|
||||||
"zip_path": str(zip_path)
|
"zip_path": str(zip_path)
|
||||||
}
|
}
|
||||||
common.json_output(result)
|
common.json_output(result)
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user