diff options
author | laili <lai.li@zte.com.cn> | 2018-08-15 09:59:41 +0800 |
---|---|---|
committer | laili <lai.li@zte.com.cn> | 2018-08-15 10:10:18 +0800 |
commit | 994e54cdcbbbe3767e21c9dc06852ba9745a7603 (patch) | |
tree | d01339271c8a69f4cdbf4311c0d052b418fd73e6 /gvnfmadapter | |
parent | 9669eba60a67a221dd64759078ca0b07227f16c5 (diff) |
Fix log error when run unit tests in windows
Change-Id: Iccf83af439e53cd9195eb33d0ff5e3a96ebc4c8a
Issue-ID: VFC-1014
Signed-off-by: laili <lai.li@zte.com.cn>
Diffstat (limited to 'gvnfmadapter')
-rw-r--r-- | gvnfmadapter/driver/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gvnfmadapter/driver/settings.py b/gvnfmadapter/driver/settings.py index 098e220..7e49087 100644 --- a/gvnfmadapter/driver/settings.py +++ b/gvnfmadapter/driver/settings.py @@ -110,6 +110,7 @@ TIME_ZONE = 'UTC' STATIC_URL = '/static/' + if platform.system() == 'Windows' or 'test' in sys.argv: LOGGING = { 'version': 1, |