summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-07-31 09:50:35 -0700
committerJesse Keating <jkeating@redhat.com>2010-07-31 09:51:23 -0700
commitab5162c8ab3ef114090824ef74946b54ce4321be (patch)
tree0206e97958c403f366d16930e7a2ce4d0ce8f503
parent748b874e68198df5d4f12139fefeed19c4cbc293 (diff)
downloadfedora-packager-ab5162c8ab3ef114090824ef74946b54ce4321be.tar.gz
fedora-packager-ab5162c8ab3ef114090824ef74946b54ce4321be.tar.xz
fedora-packager-ab5162c8ab3ef114090824ef74946b54ce4321be.zip
Fix a hashtype bug
-rw-r--r--src/pyfedpkg/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index 67df332..89ffb04 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -59,7 +59,7 @@ log = logging.getLogger("fedpkg")
log.addHandler(h)
# Define some helper functions, they start with _
-def _hash_file(file, Hashtype):
+def _hash_file(file, hashtype):
"""Return the hash of a file given a hash type"""
try: