Skip to content

Commit

Permalink
#688 Add back a todo statement that was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Aug 21, 2015
1 parent 393a442 commit 4843e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/Product/Analysis/ModuleAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ private class ErrorWalker : PythonWalker {
.Select(s => new MemberResult(s.Name, s.GetMergedAnalysisValues()))
.ToList();
} catch (Exception) {
// TODO: log exception
Debug.Fail("Failed to find scope. Bad state in analysis");
return new[] { new MemberResult("Unknown", new AnalysisValue[] { }) };
}
Expand Down

0 comments on commit 4843e8f

Please sign in to comment.