diff options
Diffstat (limited to 'tools/glusterfind')
-rw-r--r-- | tools/glusterfind/src/changelog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glusterfind/src/changelog.py b/tools/glusterfind/src/changelog.py index b5f71c7c0ee..fd2384beccf 100644 --- a/tools/glusterfind/src/changelog.py +++ b/tools/glusterfind/src/changelog.py @@ -101,7 +101,7 @@ def populate_pgfid_and_inodegfid(brick, changelog_data): path = output_path_prepare(path, args.output_prefix) changelog_data.gfidpath_update({"path1": path}, - {"gfid": row[0]}) + {"gfid": gfid}) else: try: # INODE and GFID to inodegfid table |