Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
fixes #25: missed a word
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmeneghello committed Nov 16, 2013
1 parent 7210964 commit 5f2fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynab/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def process():
match['parts'] = match['parts'].replace('-', '/') \
.replace('~', '/').replace(' of ', '/') \

match['parts'].replace('[', '').replace(']', '') \
match['parts'] = match['parts'].replace('[', '').replace(']', '') \
.replace('(', '').replace(')', '')

current, total = match['parts'].split('/')
Expand Down

0 comments on commit 5f2fe97

Please sign in to comment.