mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 11:42:12 +01:00
- added missing return
This commit is contained in:
parent
80b349cb47
commit
7e530dfaac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user