Skip to content

Commit

Permalink
Fixing log method call, renaming push_pull_run_element_info to popula…
Browse files Browse the repository at this point in the history
…te_review_step
  • Loading branch information
mwhamgenomics committed Sep 27, 2017
1 parent 21ca3a0 commit cf3ba54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _run(self):
# batch retrieve input and output artifacts along with samples
_ = self.output_artifacts
for sample in self.samples:
self.error('Pushing data for sample %s', sample.name)
self.info('Pushing data for sample %s', sample.name)
rest_entities, artifacts = self.check_rest_data_and_artifacts(sample.name, 'where')
rest_api_data = {}
for e in rest_entities:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyclarity_lims.entities import Artifact
from scripts import push_pull_run_element_info as p
from scripts import populate_review_step as p
from tests.test_common import TestEPP, NamedMock
from unittest.mock import Mock, patch, PropertyMock

Expand Down

0 comments on commit cf3ba54

Please sign in to comment.