public this repo is viewable by everyone
Description: Simple to use TheTVDB.com API in Python
Clone URL: git://github.com/dbr/tvdb_api.git
No valid files found error didn't have trailing \n
dbr (author)
9 days ago
commit  db9c02a00722dc1aa70880ef0c2a3803b22ea283
tree    3eea21ff86cd84d6b35f9e655112bbcee60b94c4
parent  9ff15b5bdb7827338dd3881539d4f3ac970d7b3e
...
142
143
144
145
 
146
147
148
...
142
143
144
 
145
146
147
148
0
@@ -142,7 +142,7 @@ def main():
0
     validFiles = processNames(allFiles)
0
     
0
     if len(validFiles) == 0:
0
- sys.stderr.write("No valid files found")
0
+ sys.stderr.write("No valid files found\n")
0
         sys.exit(1)
0
     
0
     print "Starting tvdb"

Comments

    No one has commented yet.