mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 00:34:04 +08:00
pagure: Adjust the pagure_sar script for the new structure of pagure code
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -19,7 +19,7 @@ if 'PAGURE_CONFIG' not in os.environ \
|
||||
|
||||
|
||||
_config = pagure.config.reload_config()
|
||||
session = pagure.lib.create_session(_config['DB_URL'])
|
||||
session = pagure.lib.model_base.create_session(_config['DB_URL'])
|
||||
|
||||
|
||||
def get_issue_users(session, user_id):
|
||||
|
||||
Reference in New Issue
Block a user