mirror of
1
0
Fork 0
dotbot/dotbot/plugins
Anish Athalye 1e1885c45a Fix incorrect use of `is` over `==`
Comparing strings and integers with `is` is a bug: comparisons should be
done with `==`. It might not have caused observable problems in the past
because small integers and strings can be interned.
2020-01-03 15:31:24 -05:00
..
__init__.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
clean.py Add option to clean recursively 2019-12-31 19:14:23 -05:00
create.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
link.py Fix incorrect use of `is` over `==` 2020-01-03 15:31:24 -05:00
shell.py Merge branch 'thtliife/suppress-shell-cmd' 2018-11-21 19:50:46 -05:00