Skip to content

Commit d7e5a89

Browse files
committed
feat: log result of sending to community
1 parent 172cfed commit d7e5a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iga/invenio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ def invenio_community_send(record, community):
296296
log(f'submitting the record to community {community}')
297297
result = _invenio('post', url=submit_url, data=data,
298298
msg='submit record to community {community}')
299+
log(f'result: {result}')
299300

300301

301302
def invenio_publish(record):

0 commit comments

Comments
 (0)