summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-07-06 16:28:52 -0700
committerJesse Keating <jkeating@redhat.com>2010-07-06 16:28:52 -0700
commitd070549827d25e5c4aabc636a3315b3a22158911 (patch)
tree2c661f89df7e2681b7e0079d9193816c1567b213
parentf0f4d9c64e3d23c3e1252e508df4c882e8716980 (diff)
downloadfedora-packager-d070549827d25e5c4aabc636a3315b3a22158911.tar.gz
fedora-packager-d070549827d25e5c4aabc636a3315b3a22158911.tar.xz
fedora-packager-d070549827d25e5c4aabc636a3315b3a22158911.zip
Remove incorrect comment
-rw-r--r--src/pyfedpkg/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index 3e64c87..c44ed7f 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -1124,9 +1124,6 @@ class PackageModule:
file_hash = _hash_file(f, self.lookasidehash)
log.info("Uploading: %s %s" % (file_hash, f))
file_basename = os.path.basename(f)
- # When we are in append mode, this /may/ trash the file if the
- # file doesn't end in a new line. Insert some code here to
- # prevent that.
sources_file.write("%s %s\n" % (file_hash, file_basename))
# Add this file to .gitignore if it's not already there: