The empty string shouldn't be a valid stream name.
(imported from commit 1fa878d7d51d3c3444ac75edf08b32f886683964)
This commit is contained in:
parent
1c1519109a
commit
d3066a46d3
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue