cc-4105: added todo comment

This commit is contained in:
Rudi Grinberg 2012-07-23 17:04:16 -04:00
parent d76177aed1
commit aad367863e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class ToucherThread(Loggable):
def __init__(self, path, interval=5):
if not os.path.exists(path):
try:
# TODO : rewrite using with?
f = open(path,'w')
f.write('')
f.close()