diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index cc9480dee..f3d6de7e0 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -482,6 +482,8 @@ class ServerMethods(): self.core.log.info(_("Added package %s containing %s links") % (name, len(links))) self.core.files.save() + + return pid def get_package_data(self, id): |