Loading ccserver/ccserver.py +1 −1 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ class CCServer(object): elif tag.startswith('-'): tag = tag[1:] deny.add(tag) if tag in to_show: if to_show is not None and tag in to_show: to_show.remove(tag) if to_show is None: Loading Loading
ccserver/ccserver.py +1 −1 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ class CCServer(object): elif tag.startswith('-'): tag = tag[1:] deny.add(tag) if tag in to_show: if to_show is not None and tag in to_show: to_show.remove(tag) if to_show is None: Loading