mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
- added missing return
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user