mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
Add missing return
This commit is contained in:
@@ -360,7 +360,7 @@ def delete_mutable_handler( data_id, tombstone, **kw ):
|
||||
Returns True on successful deletion
|
||||
Returns False on failure. Does not raise an exception.
|
||||
"""
|
||||
False
|
||||
return False
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user