diff options
author | Pjotr Prins | 2016-06-17 06:15:59 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-17 06:15:59 +0000 |
commit | 9ed3c1e6ed99c56d77fd5d90ff42f9acfe7ace68 (patch) | |
tree | fabca0ec5073e2c17da425eeeb7e40a9e15c564f /wqflask/utility/tools.py | |
parent | 497b72d3496b9368167616774e58250598d7bd83 (diff) | |
download | genenetwork2-9ed3c1e6ed99c56d77fd5d90ff42f9acfe7ace68.tar.gz |
Removed trailing spaces in .py and .js files
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index dd8c4a1e..11441d7a 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -35,7 +35,7 @@ def get_setting(command_id,guess=None): return command else: return None - + # ---- Check whether environment exists sys.stderr.write("Looking for "+command_id+"\n") command = value(os.environ.get(command_id)) @@ -128,7 +128,7 @@ def locate_ignore_error(name, subdir=None): def tempdir(): return valid_path(get_setting("TEMPDIR","/tmp")) - + # Cached values PYLMM_COMMAND = pylmm_command() GEMMA_COMMAND = gemma_command() |