Commit 79ba99b2 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #2320 from gabrieldemarmiesse/unused_variable

Removed the unused variable "WORKDIR" from runtests.py.
parents 1f1aeb8a c4e0fcfb
......@@ -1888,8 +1888,6 @@ def main():
options, cmd_args = parser.parse_args(args)
WORKDIR = os.path.abspath(options.work_dir)
if options.with_cython and sys.version_info[0] >= 3:
sys.path.insert(0, options.cython_dir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment