diff options
| -rwxr-xr-x | suite/generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suite/generator.py b/suite/generator.py index 3d15a813..ce7efada 100755 --- a/suite/generator.py +++ b/suite/generator.py @@ -25,7 +25,7 @@ import zipfile import difflib from collections import Counter -api_suite_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), {4}) +api_suite_path = os.path.realpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), {4})) sys.path.append(api_suite_path) import testcommon import api_test |
