[GitHub] storm pull request #1918: STORM-2339: Python code format cleanup in storm.py

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1918 ---

[GitHub] storm pull request #1918: STORM-2339: Python code format cleanup in storm.py

2017-03-08 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1918#discussion_r105096961 --- Diff: bin/storm.py --- @@ -193,21 +205,26 @@ def parse_args(string): args = [re.compile(r"'((?:[^'\\]|\\.)*)'").sub('\\1', x) for x in args]

[GitHub] storm pull request #1918: STORM-2339: Python code format cleanup in storm.py

2017-03-08 Thread tibkiss
Github user tibkiss commented on a diff in the pull request: https://github.com/apache/storm/pull/1918#discussion_r105094892 --- Diff: bin/storm.py --- @@ -193,21 +205,26 @@ def parse_args(string): args = [re.compile(r"'((?:[^'\\]|\\.)*)'").sub('\\1', x) for x in args]

[GitHub] storm pull request #1918: STORM-2339: Python code format cleanup in storm.py

2017-03-08 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1918#discussion_r105018450 --- Diff: bin/storm.py --- @@ -193,21 +205,26 @@ def parse_args(string): args = [re.compile(r"'((?:[^'\\]|\\.)*)'").sub('\\1', x) for x in args]