diff options
author | BonfaceKilz | 2020-08-19 03:57:05 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-19 03:57:05 +0300 |
commit | db41cd49b6d8ccd2c3318209118ffe098bc9293e (patch) | |
tree | 01363468268316fe58335b958c992a9232d6b07e /etc | |
parent | 3aaa28ea762c496eeb84e09e45194e3fd2a51673 (diff) | |
download | genenetwork2-db41cd49b6d8ccd2c3318209118ffe098bc9293e.tar.gz |
Remove extra whitespace(or add it) from comma separated items
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index f368237b..82c605da 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -24,7 +24,7 @@ import os import sys -GN_VERSION = open("../etc/VERSION","r").read() +GN_VERSION = open("../etc/VERSION", "r").read() GN_SERVER_URL = "http://localhost:8880/" # REST API server # ---- MySQL |