Skip to content

Commit

Permalink
docs: Rewrite code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 authored and ewuerger committed Jan 17, 2024
1 parent 7f3fa6f commit 6f822c5
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 6f822c5

Please sign in to comment.