Address further fixes in bitmessagecli.py #1241

Open
opened 2018-05-10 11:22:05 +02:00 by coffeedogs · 0 comments
coffeedogs commented 2018-05-10 11:22:05 +02:00 (Migrated from github.com)

Once all automated fixers have been implemented in the tools (superfluous-parens, E712), re-base, re-run the fixers then do these manual changes.

  • It seems os._exit() may be removed
  • Maybe os.path.join(directory, fileName) would be better than filePath = directory + '/' + fileName
  • Use with open() context manager where possible
Once all automated fixers have been implemented in the tools (superfluous-parens, E712), re-base, re-run the fixers then do these manual changes. * It seems os._exit() may be removed * Maybe os.path.join(directory, fileName) would be better than filePath = directory + '/' + fileName * Use with open() context manager where possible
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#1241
No description provided.