Browse Source

remove useless comment

pull/174/head
Oliverpool 9 years ago
parent
commit
cd25a07956
  1. 1
      patacrep/songbook/__main__.py

1
patacrep/songbook/__main__.py

@ -153,7 +153,6 @@ def main():
# Command line options
datadirs += [item[0] for item in options.datadir]
if 'datadir' in songbook:
# .tsg file
if isinstance(songbook['datadir'], str):
songbook['datadir'] = [songbook['datadir']]
datadirs += [

Loading…
Cancel
Save