Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. == RESTART: /Users/vruby/Desktop/Current_Project/Testing_Folder/renamer.py ==
  2. Reading from /Users/vruby/Desktop/Current_Project/Testing_Folder/test file.csv
  3.  
  4. Copying files....[Errno 21] Is a directory: '/Users/vruby/Desktop/Current_Project/Testing_Folder/Destination'
  5. .......Traceback (most recent call last):
  6. File "/Users/vruby/Desktop/Current_Project/Testing_Folder/renamer.py", line 261, in <module>
  7. main()
  8. File "/Users/vruby/Desktop/Current_Project/Testing_Folder/renamer.py", line 39, in main
  9. entries = prepare_files()
  10. File "/Users/vruby/Desktop/Current_Project/Testing_Folder/renamer.py", line 88, in prepare_files
  11. question, timestamp, name = line.strip().split(CSV_SEPARATOR)
  12. AttributeError: 'NoneType' object has no attribute 'strip'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement