1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

- added missing return

This commit is contained in:
Marcus Huewe 2010-02-22 15:43:02 +01:00
parent 80b349cb47
commit 7e530dfaac

View File

@ -2210,6 +2210,7 @@ class metafile:
if self.change_is_required == True and hash == self.hash_orig:
print 'File unchanged. Not saving.'
os.unlink(self.filename)
return
print 'Sending meta data...'
# don't do any exception handling... it's up to the caller what to do in case