Skip to content

Commit

Permalink
duplicate line removed
Browse files Browse the repository at this point in the history
Signed-off-by: Shmulik Froimovich <[email protected]>
  • Loading branch information
shmfr committed Jun 22, 2023
1 parent c4761fc commit fd40627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nca/Utils/ExplTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def derive_item(self, new_name):
that adds the service name and suffix "/allowed"
Expecting the original name to be before the "/" character.
:param str new_name: the name for the new derived element
:param str new_name: the name for the new derived element
"""
name_parts = new_name.split('/')
name = name_parts[0]
Expand Down

0 comments on commit fd40627

Please sign in to comment.