From 54c1a24abb95d6740a6ab20ea66e2a68a3d35404 Mon Sep 17 00:00:00 2001 From: Kitof Date: Wed, 1 Apr 2015 11:36:33 +0200 Subject: [PATCH] [amazon/fr] New status to ignore --- modules/amazon/fr/browser.py | 0 modules/amazon/fr/pages.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 modules/amazon/fr/browser.py diff --git a/modules/amazon/fr/browser.py b/modules/amazon/fr/browser.py old mode 100755 new mode 100644 diff --git a/modules/amazon/fr/pages.py b/modules/amazon/fr/pages.py index a3a432f9..9169598b 100644 --- a/modules/amazon/fr/pages.py +++ b/modules/amazon/fr/pages.py @@ -86,7 +86,7 @@ class OrderPage(AmazonPage): # Payment for not yet shipped orders may change, and is not always # available. - return bool([x for s in [u'En préparation pour expédition'] # TODO : Other French status applied ? + return bool([x for s in [u'En préparation pour expédition', u'En cours de préparation'] # TODO : Other French status applied ? for x in self.doc.xpath(u'//*[contains(text(),"%s")]' % s)]) def decimal_amount(self, amount):