[Tutor] script guidelines

renukesh nk renukeshnk15 at gmail.com
Fri Oct 6 06:07:36 EDT 2017


currently m using pycharm , interpreter = python 3.6
i am getting th error as below, what might be the reason for this.

UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 159:
character maps to <undefined>


On Tue, Oct 3, 2017 at 2:18 PM, renukesh nk <renukeshnk15 at gmail.com> wrote:

> requirement:
> i have a directory , that contains multiple sub directories, each sub
> directory has multiple text and log files, my script fetches  the required
> lines from all the sub directories and stores it in one text file.
>
> but i want it to store separate text file for each  sub directory ,after
> fetching the contents. can anyone please help me where to edit my script.
>
> my script is currently dumping all in on file instead of separate file for
> each directory.
>
>


More information about the Tutor mailing list