Merge pull request #15 from soxofaan/master
use os.path.join everywhere
This commit is contained in:
commit
bf2d5e2319
2
setup.py
2
setup.py
@ -60,7 +60,7 @@ class PublishCommand(Command):
|
|||||||
def run(self):
|
def run(self):
|
||||||
try:
|
try:
|
||||||
self.status('Removing previous builds…')
|
self.status('Removing previous builds…')
|
||||||
rmtree(os.sep.join(('.', 'dist')))
|
rmtree(os.path.join(here, 'dist'))
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user