Minor refactoring

This commit is contained in:
Miroslav Stampar 2014-09-17 18:29:01 +02:00
parent 09064a4a24
commit 69701ba08c

View File

@ -44,7 +44,7 @@ def saveHistory(completion=None):
try:
with open(historyPath, "w+") as f:
f.truncate()
pass
except:
pass