remove trailing spaces

This commit is contained in:
Romain Bignon 2013-07-20 11:11:21 +02:00
commit 512bfe6b0b
3 changed files with 3 additions and 3 deletions

View file

@ -280,7 +280,7 @@ class AdeccoBackend(BaseBackend, ICapJob):
def search_job(self, pattern=None):
with self.browser:
for advert in self.browser.search_job(pattern,
for advert in self.browser.search_job(pattern,
publication_date=int(self.config['publication_date'].get()),
conty=int(self.config['conty'].get()),
region=int(self.config['region'].get()),