forked from expo/troggle
[svn] fix logfile setting
This commit is contained in:
parent
8b7e4be068
commit
2169e82455
@ -11,7 +11,7 @@ EXPOWEB = 'C:\\Expo\\expoweb\\'
|
||||
SURVEYS = 'E:\\surveys\\'
|
||||
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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user