You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Indentation Error
TabError: inconsistent use of tabs and spaces in indentation was fixed
This commit is contained in:
@@ -193,11 +193,11 @@ for x in module_list:
|
|||||||
tmppath = "./modules/" + x
|
tmppath = "./modules/" + x
|
||||||
sys.path.append(tmppath)
|
sys.path.append(tmppath)
|
||||||
try:
|
try:
|
||||||
import config
|
import config
|
||||||
if (not config.is_enabled()):
|
if (not config.is_enabled()):
|
||||||
module_enabled = False
|
module_enabled = False
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
sys.path.remove(tmppath)
|
sys.path.remove(tmppath)
|
||||||
opts.Add(BoolVariable('module_' + x + '_enabled', "Enable module '%s'" % (x, ), module_enabled))
|
opts.Add(BoolVariable('module_' + x + '_enabled', "Enable module '%s'" % (x, ), module_enabled))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user