Skip to content
Snippets Groups Projects
Commit 1ddedbbd authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: strip leading/trailing white characters

parent 53b5cb50
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ _redisstore = RedisEphStore.Persistent()
PLUGINS: List[str] = []
try:
PLUGINS = [
v
v.strip()
for v in [*V2_7_PLUGIN_URLS.split(";"), *V2_7_STAGING_PLUGIN_URLS.split(";")]
if v # remove empty strings
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment