Skip to content

Commit 656a608

Browse files
[ENG-23767] fixed docstring
1 parent 4da023d commit 656a608

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

onefuse/backups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ def backup_policies(self, backups_path: str, type: str = None):
226226
Windows: 'C:\\temp\\onefuse_backups\\'
227227
Linux: '/tmp/onefuse_backups/'
228228
type: str
229+
Optional type. Will backup all "policies" of the given type
230+
or raise an error if the parameter passed is not valid.
229231
"""
230232
# Gather policies from OneFuse, store them under BACKUPS_PATH
231233
policy_types = self.policy_types

0 commit comments

Comments
 (0)