Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/a200308578426382_initial_sync_po…
Browse files Browse the repository at this point in the history
…int_reinit'
  • Loading branch information
vmaksymiv committed Dec 2, 2016
2 parents 946f0ae + 6793ff3 commit 7b78eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ auto-checkout = openprocurement.api openprocurement_client
find-links = http://op:x9W3jZ@dist.quintagroup.com/op/

[sources]
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=production
openprocurement_client = git https://github.com/openprocurement/openprocurement.client.python.git

[test]
Expand Down
1 change: 1 addition & 0 deletions openprocurement/contracting/api/databridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def get_tender_credentials(self, tender_id):
return data

def initialize_sync(self, params=None, direction=None):
self.initialization_event.clear()
if direction == "backward":
assert params['descending']
response = self.tenders_sync_client.sync_tenders(params, extra_headers={'X-Client-Request-ID': generate_req_id()})
Expand Down

0 comments on commit 7b78eab

Please sign in to comment.