Fix log error when run unit tests in windows 43/60643/2
authorlaili <lai.li@zte.com.cn>
Wed, 15 Aug 2018 01:59:41 +0000 (09:59 +0800)
committerlaili <lai.li@zte.com.cn>
Wed, 15 Aug 2018 02:10:18 +0000 (10:10 +0800)
Change-Id: Iccf83af439e53cd9195eb33d0ff5e3a96ebc4c8a
Issue-ID: VFC-1014
Signed-off-by: laili <lai.li@zte.com.cn>
gvnfmadapter/driver/settings.py

index 098e220..7e49087 100644 (file)
@@ -110,6 +110,7 @@ TIME_ZONE = 'UTC'
 
 STATIC_URL = '/static/'
 
+
 if platform.system() == 'Windows' or 'test' in sys.argv:
     LOGGING = {
         'version': 1,