forked from expo/troggle
[svn] fix logfile setting
This commit is contained in:
parent
ef47d092e6
commit
32b5c7fbb0
@ -11,7 +11,7 @@ EXPOWEB = 'C:\\Expo\\expoweb\\'
|
|||||||
SURVEYS = 'E:\\surveys\\'
|
SURVEYS = 'E:\\surveys\\'
|
||||||
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
|
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
|
||||||
|
|
||||||
LOGFILE = open(EXPOWEB+'troggle\\parsing_log.txt',"a+b")
|
LOGFILE = EXPOWEB+'troggle\\parsing_log.txt'
|
||||||
|
|
||||||
PHOTOS = 'C:\\Expo\\expoweb\\photos'
|
PHOTOS = 'C:\\Expo\\expoweb\\photos'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user