diff options
author | Pjotr Prins | 2016-04-20 10:44:10 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 10:44:10 +0000 |
commit | 28ccde8e417b965710bbeef48d468a6b717c10a4 (patch) | |
tree | a72275a798bec47785f0e810b799a8ba2c351009 /wqflask/utility/tools.py | |
parent | 9164ffc23879a8f9338939c06c36d3d49c3c899a (diff) | |
download | genenetwork2-28ccde8e417b965710bbeef48d468a6b717c10a4.tar.gz |
A few fixes to get the webserver running again
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 9405a9c6..dd8c4a1e 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -5,7 +5,6 @@ import os import sys from wqflask import app - def get_setting(command_id,guess=None): """Resolve a setting from the environment or the global settings in app.config, with get_valid_path is a function checking whether the |