Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043f2f9 commit 0c9fa5cCopy full SHA for 0c9fa5c
1 file changed
lib/request/comparison.py
@@ -98,7 +98,7 @@ def comparison(page, getRatioValue=False, pageLength=None):
98
seqMatcher.set_seq2(seq2)
99
100
if seq1 is None or seq2 is None:
101
- ratio = None
+ return None
102
else:
103
ratio = round(seqMatcher.quick_ratio(), 3)
104
0 commit comments