Skip to content

Commit

Permalink
Bug fix. Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonorio committed Feb 15, 2017
1 parent 5bd6773 commit 466f9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restapi/commons/conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def group_extrait(self, extrait):
return group

def get_numeric_extrait(self, group):
print("group", group)
# print("group", group)
num = 0
try:
num = int(group[1].replace('_', ''))
Expand All @@ -34,7 +34,7 @@ def get_numeric_extrait(self, group):

def get_sort_value(self, extrait, num):

print("TEST1", extrait, num)
# print("TEST1", extrait, num)
if '_titre' in extrait:
num += 10
# suffix = extrait.split('_')[::-1][0]
Expand Down

0 comments on commit 466f9a6

Please sign in to comment.