Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Oct 25, 2023
1 parent 62c683a commit 97cc1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_constructor/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def _create_and_add_transform(
if offset_units != "":
transform.offset_units = offset_units
transform.vector = vector
transform.offset_vector = offset_vector# if offset_vector is not None else QVector3D(0.0, 0.0, 0.0)
transform.offset_vector = offset_vector
transform.depends_on = depends_on
transform.parent_component = self
if target_pos:
Expand Down

0 comments on commit 97cc1f2

Please sign in to comment.