removed bad fd close

This commit is contained in:
Goffi 2011-06-04 21:23:06 +02:00
parent 504f6b9758
commit 17bc3cee4d
1 changed files with 0 additions and 1 deletions

1
gcp
View File

@ -317,7 +317,6 @@ class GCP():
self.journal.copyFailed()
self.journal.error("can't open source")
self.journal.closeFile()
source_fd.close()
return True
filename = os.path.basename(source_file)
assert(filename)