Skip to content
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

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

saisoma123
Copy link
Contributor

This Pull request: Makes the code more flake8 compliant.

Changes or fixes: Split lines that were longer than 79 characters.

Checklist:

  • tested changes locally
  • [NA] updated the docs (if necessary)

This PR fixes issue #406 mentioned in (root-project/cling#406)

@phsft-bot
Copy link
Collaborator

Can one of the admins verify this patch?

Comment on lines 100 to 101
msg = 'cling (' + platform.machine() + ')'
+ formatdate(time.time(), tzinfo())
Copy link
Contributor

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)

Copy link
Contributor Author

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

@vgvassilev
Copy link
Member

Can you merge this PR and #11010?

@saisoma123
Copy link
Contributor Author

@vgvassilev Yeah just merged and rebased

Copy link
Contributor

@jalopezg-git jalopezg-git left a 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!

@vgvassilev vgvassilev merged commit c7bfd93 into root-project:master Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants