mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed pylint warnigs
This commit is contained in:
parent
342786bdc3
commit
a9b9fa2cce
1 changed files with 2 additions and 0 deletions
|
@ -6003,6 +6003,7 @@ def list_backups(path, limit=None):
|
|||
[files[x] for x in sorted(files, reverse=True)[:limit]]
|
||||
)))
|
||||
|
||||
|
||||
list_backup = salt.utils.functools.alias_function(list_backups, 'list_backup')
|
||||
|
||||
|
||||
|
@ -6175,6 +6176,7 @@ def delete_backup(path, backup_id):
|
|||
|
||||
return ret
|
||||
|
||||
|
||||
remove_backup = salt.utils.functools.alias_function(delete_backup, 'remove_backup')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue