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 Jan 31, 2021
1 parent 0f35089 commit bd4c42d
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 @@ -154,15 +154,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 in the active drive
MAX_NAME_LEN = (os.statvfs(PATH).f_namemax)
Expand Down

0 comments on commit bd4c42d

Please sign in to comment.