mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[PR #85] [CLOSED] Update __main__.py #420
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/85
Author: @NihalAgarwal
Created: 1/20/2020
Status: ❌ Closed
Base:
master← Head:patch-2📝 Commits (1)
c634074Update main.py📊 Changes
1 file changed (+7 additions, -2 deletions)
View changed files
📝
auto_py_to_exe/__main__.py(+7 -2)📄 Description
PEP8 has some maximum line length guidelines, starting with “Limit all lines to a maximum of 79 characters” and [0-9] == \d. In your regex pattern the repetition of the same pattern i.e. [0-9]-, have a look at 'groups' in regex and you can use groups as \1, \2, which will make more beautiful and easy to read and understand regex pattern.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.