wrap dynamic check for framework collection
svn: r1082
This commit is contained in:
parent
fffe9c8bfc
commit
d34597549e
|
@ -2285,11 +2285,13 @@
|
||||||
(or (with-handlers ([exn:fail:filesystem?
|
(or (with-handlers ([exn:fail:filesystem?
|
||||||
(λ (x) #f)])
|
(λ (x) #f)])
|
||||||
(directory-exists? (collection-path "repos-time-stamp")))
|
(directory-exists? (collection-path "repos-time-stamp")))
|
||||||
(let ([fw (collection-path "framework")])
|
(with-handlers ([exn:fail:filesystem?
|
||||||
(with-handlers ([exn:fail:filesystem?
|
(λ (x) #f)])
|
||||||
(λ (x) #f)])
|
(let ([fw (collection-path "framework")])
|
||||||
(or (directory-exists? (build-path fw ".svn"))
|
(with-handlers ([exn:fail:filesystem?
|
||||||
(directory-exists? (build-path fw "CVS")))))))
|
(λ (x) #f)])
|
||||||
|
(or (directory-exists? (build-path fw ".svn"))
|
||||||
|
(directory-exists? (build-path fw "CVS"))))))))
|
||||||
|
|
||||||
(define bday-click-canvas%
|
(define bday-click-canvas%
|
||||||
(class canvas%
|
(class canvas%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user