| 2 | | > I think the test_crawlers failure stems from !ShareCrawler being passed a |
| 3 | | !FilePath object in its constructor where it expects a string literal to use |
| 4 | | in an old-style call to open (specifically in its "load_state" method). I'm |
| 5 | | not certain yet, but I think I'll stop here for the night. |
| | 2 | > I think the test_crawlers failure stems from !ShareCrawler being passed a !FilePath object in its constructor where it expects a string literal to use in an old-style call to open (specifically in its "load_state" method). I'm not certain yet, but I think I'll stop here for the night. |