Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Python 3.7.2 (v3.7.2:9a3ffc0492, Dec 24 2018, 02:44:43)
  2. [Clang 6.0 (clang-600.0.57)] on darwin
  3. Type "help", "copyright", "credits" or "license()" for more information.
  4. >>>
  5. =============== RESTART: /Volumes/House Clips 2015/renamer.py ===============
  6. Reading from /Volumes/House Clips 2015/Questions.csv
  7.  
  8. Copying files.............Traceback (most recent call last):
  9. File "/Volumes/House Clips 2015/renamer.py", line 261, in <module>
  10. main()
  11. File "/Volumes/House Clips 2015/renamer.py", line 39, in main
  12. entries = prepare_files()
  13. File "/Volumes/House Clips 2015/renamer.py", line 88, in prepare_files
  14. question, timestamp, name = line.strip().split(CSV_SEPARATOR)
  15. AttributeError: 'NoneType' object has no attribute 'strip'
  16. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement