pcdSet = {}\r
if self.Opt.FDFFILE == None:\r
self.Opt.FDFFILE = ewb.Fdf\r
- if os.path.isfile(os.path.normpath(self.Opt.FDFFILE)) == True:\r
+ if os.path.isfile(os.path.normpath(self.Opt.FDFFILE)) == False:\r
EdkLogger.quiet("ERROR: The file: %s specified in DSC file should be described in a WORKSPACE realtive path!" % self.Opt.FDFFILE)\r
self.isexit(1)\r
if self.Opt.FDFFILE != '' and os.path.isfile(os.path.normpath(os.path.join(self.WorkSpace, self.Opt.FDFFILE))) == False:\r
#\r
if build.Opt.DSCFILE == None:\r
build.Opt.DSCFILE = build.TargetTxt.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_ACTIVE_PLATFORM]\r
- if os.path.isfile(os.path.normpath(build.Opt.DSCFILE)) == True:\r
+ if os.path.isfile(os.path.normpath(build.Opt.DSCFILE)) == False:\r
EdkLogger.quiet("ERROR: The file: %s specified in target.txt should be described in a WORKSPACE realtive path!" % build.Opt.DSCFILE)\r
build.isexit(1)\r
if build.Opt.DSCFILE != '' and os.path.isfile(os.path.normpath(os.path.join(build.WorkSpace, build.Opt.DSCFILE))) == False:\r