mirror of
1
0
Fork 0
dotbot/dotbot
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
..
executor Handle force creation of symlinked directories 2015-04-27 22:58:22 +02:00
messenger Fix compatibility 2015-01-26 10:36:36 -05:00
util Provide exception information when reading config 2015-04-24 18:33:13 -04:00
__init__.py Initial commit 2014-03-20 18:57:56 -04:00
cli.py Improve error message for malformed files 2015-04-26 19:46:14 -04:00
config.py Provide exception information when reading config 2015-04-24 18:33:13 -04:00
dispatcher.py Clean up code 2015-01-26 10:36:11 -05:00