The empty string shouldn't be a valid stream name.

(imported from commit 1fa878d7d51d3c3444ac75edf08b32f886683964)
This commit is contained in:
Tim Abbott 2012-11-07 15:42:32 -05:00
parent 1c1519109a
commit d3066a46d3

View file

@ -511,7 +511,7 @@ web interface.
print
def valid_stream_name(name):
return True
return name != ""
def parse_zephyr_subs(verbose=False):
zephyr_subscriptions = set()