개정판 227afe6b
fix new project
Change-Id: If0e6bee47e80d0963aaebd5d39c86ae4e3487cfc
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
312 | 312 |
@history 2018.06.29 Jeongwoo Change method to get template db path |
313 | 313 |
''' |
314 | 314 |
def getTemplateDbPath(self): |
315 |
path = os.path.join(os.getenv('USERPROFILE'), 'Digital PID')
|
|
315 |
path = os.path.join(os.getenv('ALLUSERSPROFILE'), 'Digital PID')
|
|
316 | 316 |
templateDbPath = os.path.join(path, 'Template.db') |
317 | 317 |
return templateDbPath |
318 | 318 |
|
내보내기 Unified diff