commit 03883a1420c8d093f622e1a72aa5896b37d2d15e Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Wed Jul 30 09:53:56 2014 +0200
Small documentation update on the update_critpath method
pkgdb2client.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/pkgdb2client.py b/pkgdb2client.py index e65ac95..ad6307b 100644 --- a/pkgdb2client.py +++ b/pkgdb2client.py @@ -951,7 +951,7 @@ class PkgDB(object): data=args)
def update_critpath(self, pkgname, branches, critpath=False): - ''' Set / Unset critpath status + ''' Set / Remove critpath status of a package
:arg pkgname: The name of the package :type pkgname: str
packagedb-cli-commits@lists.stg.fedorahosted.org