Closed svenkat19 closed 3 years ago
@svenkat19 any update?
Oh sorry, I just forgot to inform, Could you please explain where the doc-string document is?
@svenkat19 any update?
Oh sorry, I just forgot to inform, Could you please explain where the doc-string document is?
In same code the documentation added please update
text_exclude already had a description I suppose!
Here Instead of list put it as immutable object tuple ..
@svenkat19 after modification of code please run the test case so it will validate your code block properly working or not.
If something breaking please modify accordingly
I went through the cchanges, I am not able to find where I am going wrong. Could you help?
I went through the cchanges, I am not able to find where I am going wrong. Could you help?
@svenkat19
consider if we not passing text_exclude value then above line will generate following exceptions
TypeError: argument of type 'NoneType' is not iterable
before iteration we need to compare the value
if text_exclude and text not in text_exclude:
#perform regular operation
After completion of code run your code with
pytest
After all testcases passed then push
if you have still doubt comment it
closing PR
Reason: No update
@svenkat19 any update?