Malahal has uploaded this change for review.

View Change

[GPFS] Fix gpfs-epoch.py script for python3

Can't use binary string with re.search. Add decode() to the binary
string. This gives text string in python3 (unicode string in python2)
and it will work with both python2 and python3.

Change-Id: I49cd124b19881afa9ca0af0b916eca2bba31fd82
Signed-off-by: Malahal Naineni <malahal@us.ibm.com>
---
M src/scripts/gpfs-epoch/gpfs-epoch.py
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/87/498287/1

To view, visit change 498287. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I49cd124b19881afa9ca0af0b916eca2bba31fd82
Gerrit-Change-Number: 498287
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal@gmail.com>
Gerrit-MessageType: newchange