Skip to content

Commit

Permalink
fixed text in error message for get_module_info
Browse files Browse the repository at this point in the history
  • Loading branch information
ottowayi authored and ottowayi committed Sep 3, 2019
1 parent 63a102c commit d05cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycomm3/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def get_module_info(self, slot):
# self._info = {**self._info, **info}
return info
else:
raise DataError('send_unit_data did not return valid data')
raise DataError('send_rr_data did not return valid data')

except Exception as err:
raise DataError(err)
Expand Down

0 comments on commit d05cbd4

Please sign in to comment.