From 1931a86c82d3187ca7e48ca8857ffa7c8dd25017 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 15 Dec 2012 16:16:33 +0800 Subject: [PATCH] minor fix --- archreposrv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archreposrv b/archreposrv index 2e85f96..e128727 100755 --- a/archreposrv +++ b/archreposrv @@ -228,7 +228,7 @@ class EventHandler(pyinotify.ProcessEvent): try: os.symlink(os.path.join('..', arch, file), newpath) except FileExistsError: - # already there? do nothing then. + pass else: # XXX: this should be removed as soon as symlinks are supported self._real_dispatch(newd, ActionInfo(newpath, action))