diff options
author | Yulong Pei <yulong.pei@intel.com> | 2021-03-17 00:43:08 +0800 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-03-18 19:01:43 +0000 |
commit | 500dba02e62ba24f94972a0ef8f023418a7eee09 (patch) | |
tree | 4e9ece6411a474863e9e71dd437906428d755ad0 /PyPI | |
parent | 0f187ebc52b0eb959c0065ad3b67d8a81d273820 (diff) |
fix two issues
1. wrong symbol link path for MLRsearch.
2. self._received force to integer in _parse_traffic_results function.
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: Ie86a549b222d28b8cecc889807044476975dffb1
Diffstat (limited to 'PyPI')
l--------- | PyPI/MLRsearch/MLRsearch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PyPI/MLRsearch/MLRsearch b/PyPI/MLRsearch/MLRsearch index 4f23bb392a..a4338e6428 120000 --- a/PyPI/MLRsearch/MLRsearch +++ b/PyPI/MLRsearch/MLRsearch @@ -1 +1 @@ -/home/vrpolak/fdio/csit/resources/libraries/python/MLRsearch
\ No newline at end of file +../../resources/libraries/python/MLRsearch
\ No newline at end of file |