Closed dmulter closed 9 years ago
This line: 'Now following the file %s ' % file_path)
Should be: 'Now following the file %s ' % filepath)
Fixed now!
This line: 'Now following the file %s ' % file_path)
Should be: 'Now following the file %s ' % filepath)