]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Fix a syntax error.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Mar 2010 22:08:45 +0000 (00:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Mar 2010 22:08:45 +0000 (00:08 +0200)
www/webapp/handlers.py

index 3063c462a2426263953906425d7b611b3ef8c595..88944e233718f1579f08ac0afa0fed870d2c3d64 100644 (file)
@@ -227,7 +227,7 @@ class SourceHandler(BaseHandler):
                                if file in [f["name"] for f in fileobjects]:
                                        continue
 
-                               hash = self.hash_db.get_hash(os.path.join(dir, file)
+                               hash = self.hash_db.get_hash(os.path.join(dir, file))
 
                                if not hash:
                                        hash = "0000000000000000000000000000000000000000"