mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix cleanse.py
This commit is contained in:
parent
4726448032
commit
2f5840cd46
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ extensions = ('.pyc',)
|
|||
trashFiles = ('parsetab.py',)
|
||||
|
||||
print 'Changing to root directory...'
|
||||
os.chdir('../')
|
||||
os.chdir('../../../')
|
||||
|
||||
print 'Scanning for garbage files...'
|
||||
|
||||
|
|
Loading…
Reference in a new issue