Skip to content

Commit

Permalink
Update BatchPynamer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Roldan authored Jun 16, 2020
1 parent 8346d06 commit 9484690
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BatchPynamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@
# When there was no path given from the terminal default to the user path
except IndexError:
PATH = os.path.expanduser('~')
# PATH = '/'
# PATH = '/home'
# PATH = '/home/Jupiter'
PATH = '/home/Jupiter/Music'
# PATH = '/home/Mars/Music'
# PATH = '/home/Jupiter/Musiclol'
# PATH = '/home/Jupiter/MusicTrials'
# PATH = '/media'
# PATH = '/media/MERCURY'

# Get the maximum filename lenght * 2 in the active drive
MAX_NAME_LEN = (os.statvfs(PATH).f_namemax)*2
Expand Down

0 comments on commit 9484690

Please sign in to comment.