Skip to content
Snippets Groups Projects
Commit 506129a5 authored by Yoann Guilhem's avatar Yoann Guilhem
Browse files

Bugfix: typo in previous commit on dct_setup.py.

parent 647fb9b9
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ if __name__ == '__main__':
empty_mdir = dct_sup.matlab_dir is ""
empty_mver = dct_sup.matlab_ver is ""
if (empty_mdir != empty_ver):
if (empty_mdir != empty_mver):
DCTOutput.printError("If you want to use a specific matlab version, you have to set both matlab version and path!")
sys.exit(1)
if not empty_mdir:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment