Commit c4e0fcfb authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Removed the unused variable "WORKDIR".

parent 1f1aeb8a
......@@ -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