mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fixed quoting and paths in the sqlite project file
This commit is contained in:
parent
dbb7b9da61
commit
68e3686253
3 changed files with 15 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue