]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Use get_pathinfo instead of separate os.path.{is*,exists} calls.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 11 Aug 2015 16:02:53 +0000 (17:02 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 1 Oct 2015 00:19:46 +0000 (01:19 +0100)
commit093366b2c2902354ffd7c14d43625aa34b018a4c
tree036605578a05b1f9eddd4f314cc8a66ad87e813c
parent9c01fd9f50c7b9b281b9c2b27eceff3e2e0655be
Use get_pathinfo instead of separate os.path.{is*,exists} calls.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/magic_folder.py
src/allmydata/util/fileutil.py