Skip to content

Commit

Permalink
1. Fix a bug for variable init issue.
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1319 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
hche10x committed Sep 2, 2008
1 parent 2d0ec7d commit 0d5e5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/Workspace/WorkspaceDatabase.py
Expand Up @@ -1585,7 +1585,7 @@ def _GetSourceFiles(self):
OverrideDir=self._SourceOverridePath
)
if not Status:
EdkLogger.error('build', FILE_NOT_FOUND, ExtraData = (Dir + ' ' + File),
EdkLogger.error('build', FILE_NOT_FOUND, ExtraData=File,
File=self.DescFilePath, Line=LineNo)

ToolChainFamily = Record[1]
Expand Down

0 comments on commit 0d5e5e7

Please sign in to comment.