Skip to content

Commit

Permalink
[#134897437] add support for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belvedere committed Dec 6, 2016
1 parent b0759c1 commit 6997ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gengo/gengo.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ def get(self, **kwargs):
if 'url_attachments' in jobs_dict:
post_data['jobs']['url_attachments'] =\
jobs_dict.pop('url_attachments')
if 'reference_id' in jobs_dict:
post_data['jobs']['reference_id'] = jobs_dict.pop('reference_id')
if 'comment' in kwargs:
post_data['comment'] = kwargs.pop('comment')
if 'action' in kwargs:
Expand Down

0 comments on commit 6997ad1

Please sign in to comment.