Explorar o código

SCons: Fix profile type. It is a string

Mateo Kuruk Miccino %!s(int64=4) %!d(string=hai) anos
pai
achega
42f6d7a401
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

@@ -95,7 +95,7 @@ env_base.SConsignFile(".sconsign{0}.dblite".format(pickle.HIGHEST_PROTOCOL))
 
 customs = ["custom.py"]
 
-profile = methods.get_cmdline_bool("profile", False)
+profile = ARGUMENTS.get("profile", "")
 if profile:
     if os.path.isfile(profile):
         customs.append(profile)