Skip to content

Commit

Permalink
Update robotools/evotools/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
  • Loading branch information
Y0dler and michaelosthege authored Jan 24, 2023
1 parent 6e5040e commit 20f4a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotools/evotools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _prepare_evo_aspirate_dispense_parameters(

if volume is None:
raise ValueError("Missing required parameter: volume")
if type(volume) == list:
if isinstance(volume, list):
for vol in volume:
try:
vol = float(vol)
Expand Down

0 comments on commit 20f4a92

Please sign in to comment.