summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index faaa23e..b99d2d4 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -459,7 +459,6 @@ def commit(args):
if not mymodule:
mymodule = pyfedpkg.PackageModule(args.path)
tagname = mymodule.nvr()
- filename = args.file
pyfedpkg.add_tag(tagname, True, args.message, args.file)
except pyfedpkg.FedpkgError, e:
log.error('Coult not create a tag: %s' % e)