diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 4947775..d8f5e08 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -195,7 +195,7 @@ def get_synchronization_tasks(object_name): }, {'name': 'sync_reps:cleanpkg', 'message': __("Removing obsolete distfiles and binary packages"), - 'method': Object('Update.cleanpkg()'), + 'method': Object('cleanpkg()'), 'condition': ( lambda Get: Get('update.cl_update_cleanpkg_set') == 'on' and Get('update.cl_update_outdate_set') == 'on'),