mirror of
1
0
Fork 0
dotbot/dotbot/executor
Andreas Ntaflos 1a10f88c43 Handle force creation of symlinked directories
Check if entry to force-create (delete) is a symlink and if so, simply
unlink it. Don't try to run rmtree on the underlying directory, which
will fail anyway.
2015-04-27 22:58:22 +02:00
..
__init__.py Add Cleaner executor 2014-06-08 11:32:45 -07:00
cleaner.py Allow nonexistent directories to be cleaned 2015-01-26 10:38:08 -05:00
commandrunner.py Fix style 2015-04-24 18:26:20 -04:00
executor.py Initial commit 2014-03-20 18:57:56 -04:00
linker.py Handle force creation of symlinked directories 2015-04-27 22:58:22 +02:00