mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
minor fix
This commit is contained in:
parent
7f90c1a54c
commit
1931a86c82
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue