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

Create number_of_digits.py #1975

Open
wants to merge 4 commits into
base: master
from
Open

Conversation

@vicky1999
Copy link

vicky1999 commented May 13, 2020

A Python program to find the number of digits in a number.

vicky1999 added 3 commits May 13, 2020
A python program to find the number of digits in a number.
@vicky1999
Copy link
Author

vicky1999 commented May 13, 2020

I have created and edited the number_of_digits.py but the file build failed due to an error in resize.py

1 file would be reformatted, 561 files would be left unchanged.
before_script.2
0.00s$ IGNORE=E123,E203,E265,E266,E302,E401,E402,E712,E731,E741,E743,F811,F841,W291,W293,W503
8.97s$ flake8 . --count --ignore=$IGNORE --max-complexity=25 --max-line-length=127 --show-source --statistics
./digital_image_processing/resize/resize.py:14:30: F541 f-string is missing placeholders
raise ValueError(f"Destination width/height should be > 0")
^
1 F541 f-string is missing placeholders
1
The command "flake8 . --count --ignore=$IGNORE --max-complexity=25 --max-line-length=127 --show-source --statistics" failed and exited with 1 during .
Your build has been stopped.

Ankuraxz added a commit to Ankuraxz/Python that referenced this pull request May 13, 2020
Ankuraxz added a commit to Ankuraxz/Python that referenced this pull request May 13, 2020
Ankuraxz added a commit to Ankuraxz/Python that referenced this pull request May 13, 2020
@Ankuraxz Ankuraxz mentioned this pull request May 13, 2020
12 of 14 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.