Skip to content

Commit

Permalink
Pylint: Removed TODO for adding user-defined filter name in sub.mgr.
Browse files Browse the repository at this point in the history
Reason: The code already supports user-defined filter names.
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Nov 2, 2017
1 parent 0db8d15 commit 39feeff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pywbem/_subscription_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,6 @@ def add_filter(self, server_id, source_namespace, query,
ValueError, TypeError for incorrect input parameters.
"""

# TODO: Add support for user-defined filter name

# server_id is validated in _create_...() method.

if filter_id is None and name is None:
Expand Down

0 comments on commit 39feeff

Please sign in to comment.