Skip to content

Commit

Permalink
docs: rewrite code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Jan 17, 2024
1 parent 13eef53 commit f78adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capella2polarion/connectors/polarion_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def patch_work_item(

del old.additional_attributes["uuid_capella"]

# We should only send the type to be updated, if it really changed
# Type will only be updated, if it is set and should be used carefully
if new.type == old.type:
new.type = None
new.status = "open"
Expand Down

0 comments on commit f78adb0

Please sign in to comment.