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 935632428b
commit e7abe13cd6
2 changed files with 2 additions and 2 deletions

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()