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 e67d759 commit 67c1859Copy full SHA for 67c1859
tags.py
@@ -164,7 +164,7 @@ def inner(x):
164
if not num == -math.inf:
165
return (1,num)
166
else:
167
- return (1,i[pars["sort"][-1]])
+ return (2,i[pars["sort"][-1]])
168
return (0,x)
169
return inner
170
@@ -235,7 +235,7 @@ def inner(x):
235
236
237
238
- return (1,i[argString])
+ return (2,i[argString])
239
240
241
0 commit comments