Merge pull request #354 from starcraftman/trail_slash

Fix #353: Not Working On Windows
This commit is contained in:
Jeremy Pallats/starcraft.man 2015-12-13 13:31:59 -05:00
commit b836656556

View File

@ -1305,6 +1305,8 @@ class Plugin(object):
def install(self):
target = self.args['dir']
if target[-1] == '\\':
target = target[0:-1]
def clean(target):
def _clean():