commit 1c8ee15a54c038a2c135931aec1d8a2fe932bb2a Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Wed Mar 5 16:56:15 2014 +0100
Typoes...
pkgdb.py | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) --- diff --git a/pkgdb.py b/pkgdb.py index e83b889..44bcc5b 100644 --- a/pkgdb.py +++ b/pkgdb.py @@ -158,7 +158,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -183,7 +183,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -211,7 +211,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -241,7 +241,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -271,7 +271,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -303,7 +303,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -333,7 +333,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output @@ -369,7 +369,7 @@ class PkgDB(object): output = req.json()
if req.status_code != 200: - LOG.debug('full output %s', outout) + LOG.debug('full output %s', output) raise PkgDBException(output['error'])
return output
packagedb-cli-commits@lists.stg.fedorahosted.org