diff --git a/nca/Utils/ExplTracker.py b/nca/Utils/ExplTracker.py index 7e83f493..fd0fe7f1 100644 --- a/nca/Utils/ExplTracker.py +++ b/nca/Utils/ExplTracker.py @@ -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]