Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
call disconect on correct instance
Browse files Browse the repository at this point in the history
  • Loading branch information
jeads committed Aug 11, 2014
1 parent 3e9832a commit d0b3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datazilla/controller/admin/refdata/objectstore_refdata.py
Expand Up @@ -52,7 +52,7 @@ def get_json_blob_by_revisions(

ptrm = PerformanceTestRefDataModel(project)
blobs = ptrm.get_object_json_blob_for_test_run(test_run_ids)
ptm.disconnect()
ptrm.disconnect()

return blobs

Expand Down

0 comments on commit d0b3d4e

Please sign in to comment.