Skip to content

Commit

Permalink
Update pyaedt/modules/Material.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
amichel0205 and PipKat authored Feb 26, 2024
1 parent bf1298c commit a84d7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/Material.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ def material_appearance(self, appearance_props):
else:
transparency = float(appearance_props[i])
if transparency < 0 or transparency > 1:
raise ValueError("Transparency value must be between 0 and 1")
raise ValueError("Transparency value must be between 0 and 1".)
value.append(transparency)
self._material_appearance = value
self._props["AttachedData"] = OrderedDict(
Expand Down

0 comments on commit a84d7b0

Please sign in to comment.