Skip to content

Cleanup with the use of context managers#4

Open
UP929312 wants to merge 1 commit intocarykh:mainfrom
UP929312:patch-3
Open

Cleanup with the use of context managers#4
UP929312 wants to merge 1 commit intocarykh:mainfrom
UP929312:patch-3

Conversation

@UP929312
Copy link

@UP929312 UP929312 commented Jun 9, 2022

This pull request uses context managers to cleanup the outdated open, read/write, close and should be used instead.
It also forces a flush, so that is also not needed.

Copy link

@Bertik23 Bertik23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fine.

Copy link

@CoolCat467 CoolCat467 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

f is not a very pythonic name, I would suggest using something like file instead, but otherwise great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants