From d95a4d0146cd236d3fe51291ee1c68a7b027994c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 13:31:47 -0700 Subject: Don't use the unnecessary getnvr() --- src/fedpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fedpkg.py b/src/fedpkg.py index 70ce711..5441e08 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -698,7 +698,7 @@ def tag(args): if not tagname or args.clog: mymodule = pyfedpkg.PackageModule(args.path) if not tagname: - tagname = mymodule.getnvr() + tagname = mymodule.nvr if clog: mymodule.clog() filename = 'clog' -- cgit