-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cling-cpt] More splitting lines for getting rid of E501 error cont. [skip-ci] #11011
Conversation
Can one of the admins verify this patch? |
msg = 'cling (' + platform.machine() + ')' | ||
+ formatdate(time.time(), tzinfo()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I doubt that breaking the line there works (syntax error in line 101). Perhaps a missing \
? (same below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you're right I'll fix that thank you
Can you merge this PR and #11010? |
@vgvassilev Yeah just merged and rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay! LGTM!
This Pull request: Makes the code more flake8 compliant.
Changes or fixes: Split lines that were longer than 79 characters.
Checklist:
This PR fixes issue #406 mentioned in (root-project/cling#406)