diff --git a/plugins/hub/save_failed_tree.py b/plugins/hub/save_failed_tree.py index 863e8423..bb1f262d 100644 --- a/plugins/hub/save_failed_tree.py +++ b/plugins/hub/save_failed_tree.py @@ -29,7 +29,7 @@ def saveFailedTree(buildrootID, full=False, **opts): # read configuration only once if config is None: config = koji.read_config_files([(CONFIG_FILE, True)]) - allowed_methods = config.get('permissions', 'allowed_methods').split() + allowed_methods = config.get('permissions', 'allowed_methods').split(',') if len(allowed_methods) == 1 and allowed_methods[0] == '*': allowed_methods = '*'