Fixed quoting and paths in the sqlite project file

This commit is contained in:
Christian Heimes 2007-12-05 09:34:12 +00:00
parent dbb7b9da61
commit 68e3686253
3 changed files with 15 additions and 14 deletions

View file

@ -301,6 +301,7 @@ class Test:
if _debug:
print('Calib. overhead time = %.6fms' % (
min_overhead * MILLI_SECONDS))
return
if min_overhead < 0.0:
raise ValueError('calibration setup did not work')
if max_overhead - min_overhead > 0.1: