Skip to content

Commit eca3fd4

Browse files
author
matt
committed
Remove call to release-dot-lock where it is no longer used. Added doc for tracking exception blocks
1 parent c7499cc commit eca3fd4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

all-exceptions.ods

16.4 KB
Binary file not shown.

db.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
(handle-exceptions
209209
exn
210210
(begin
211-
(release-dot-lock dbpath)
211+
;; (release-dot-lock dbpath)
212212
(if (> attemptnum 2)
213213
(debug:print 0 "ERROR: tried twice, cannot create/initialize db for run-id " run-id ", at path " dbpath)
214214
(db:open-rundb dbstruct run-id attemptnum (+ attemptnum 1))))

0 commit comments

Comments
 (0)