From df85ed48e5e94449cdcc77de3b86e10ccea49f1e Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Mon, 3 Jul 2017 14:51:21 +0530 Subject: tools/glusterfind: Fix encoding to encode only space,newline and percent chars libgfchangelog was encoding path using spec rfc3986, but encoding only required for SPACE, NEWLINE and PERCENT chars since the NEWLINE char is used as record separator and SPACE as field separator in the parsed changelogs output. Changed the encoding function to encode only SPACE, NEWLINE and PERCENT chars BUG: 1451724 Change-Id: Ic1dea824d23493dedcf3db45f353f90572f4e046 Signed-off-by: Aravinda VK Reviewed-on: https://review.gluster.org/17788 CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Milind Changire --- tools/glusterfind/src/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/glusterfind/src/conf.py') diff --git a/tools/glusterfind/src/conf.py b/tools/glusterfind/src/conf.py index d73fee42aad..d91746bda13 100644 --- a/tools/glusterfind/src/conf.py +++ b/tools/glusterfind/src/conf.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2015 Red Hat, Inc. -- cgit