Skip to content

Commit 40b2029

Browse files
committed
restore bug fix
1 parent 863235b commit 40b2029

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

onefuse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
Enables the execution of OneFuse policies via Python
55
"""
66

7-
__version__ = "9.4.7"
7+
__version__ = "9.4.7.2"
88
__credits__ = 'Cloudbolt Software, Inc.'

onefuse/backups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def create_restore_content(self, policy_type: str, json_content: dict):
276276
Dict of JSON of a policy that you are looking to restore
277277
"""
278278
restore_json = {}
279-
version = self.ofm.get_onefuse_version()
280279
for key in json_content:
281280
if key == "_links":
282281
for key2 in json_content["_links"]:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='onefuse',
8-
version='9.4.7',
8+
version='9.4.7.2',
99
author='Cloudbolt Software, Inc.',
1010
author_email='support@cloudbolt.io',
1111
description='OneFuse upstream provider package for Python',

0 commit comments

Comments
 (0)