From 5f2fe97077e47fa4d19c2dda5d46650554805ff1 Mon Sep 17 00:00:00 2001 From: James Meneghello Date: Sat, 16 Nov 2013 11:48:46 +0800 Subject: [PATCH] fixes #25: missed a word --- pynab/binaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynab/binaries.py b/pynab/binaries.py index ed5d189..f856e75 100644 --- a/pynab/binaries.py +++ b/pynab/binaries.py @@ -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('/')