Fixing spelling error

This commit is contained in:
Alexander Bock
2015-05-27 11:21:18 +02:00
parent 6107d0c6d0
commit c5c710fbc5
+2 -2
View File
@@ -2,8 +2,8 @@ import os
from subprocess import call
from itertools import product, repeat
# To be called from the build folder in the OpenSpace
modules = os.listdir("../modules")
# To be called from the main OpenSpace
modules = os.listdir("modules")
modules.remove("base")
# Get 2**len(modules) combinatorical combinations of ON/OFF