diff --git a/Tools/Python/buildgen/SurfaceAreaElement.py b/Tools/Python/buildgen/SurfaceAreaElement.py index ae1938ff9e..ec84582b11 100644 --- a/Tools/Python/buildgen/SurfaceAreaElement.py +++ b/Tools/Python/buildgen/SurfaceAreaElement.py @@ -1535,7 +1535,6 @@ def PrintWorkspace(ws): if __name__ == "__main__": # os.environ["WORKSPACE"] workspacePath = os.getenv("WORKSPACE", os.getcwd()) - workspacePath = "C:\\home\\src\\R9\\pbuild" saFile = "" if len(sys.argv) <= 1: saFile = os.path.join(workspacePath, "Tools/Conf/FrameworkDatabase.db")