cc-4105: added todo comment
This commit is contained in:
parent
d76177aed1
commit
aad367863e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue