tailhead icon indicating copy to clipboard operation
tailhead copied to clipboard

head, tail and follow in python

Results 2 tailhead issues
Sort by recently updated
recently updated
newest added

Hi I'm finding that follow_path() on windows just loops over the same file, over and over without waiting at the end of file. ``` for line in tailhead.follow_path(filepath): if line...