Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored Oct 18, 2018
1 parent 55d4672 commit 720bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steppy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def _transform_operation(self, step_inputs):

logger.info('Step {}, transforming completed'.format(self.name))
else:
raise ValueError('No transformer persisted with name: {}'
raise ValueError('No transformer persisted with name: {}. '
'Make sure that you have this transformer under the directory: {}'
.format(self.name, self.experiment_directory_transformers_step))
else:
Expand Down

0 comments on commit 720bc7b

Please sign in to comment.