Skip to content

Commit dfff126

Browse files
authored
Removed additional agrs for growtree() function.
1 parent a449473 commit dfff126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skyhookdmpy/skyhook_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def process_file(url):
255255
#stat_json = json.dumps(stat_res_dict)
256256
#build objects and generate json file which dipicts the logical structure
257257
tree = RootNode(root_dir.name.decode("utf-8"), str(type(root_dir)).split('.')[-1].split('\'')[0], None, None, 0, None)
258-
growTree(dstname + '#' + filename, tree, root_dir, ceph_pool)
258+
growTree(dstname + '#' + filename, tree, root_dir)
259259
logic_schema = tree_traversal(tree)
260260
os.remove(filename)
261261
res = [stat_res_dict, logic_schema]

0 commit comments

Comments
 (0)