forked from M-Labs/artiq
1
0
Fork 0

Commit missing parts of 6a6d7d.

This commit is contained in:
whitequark 2016-01-05 04:21:46 +00:00
parent 6a6d7dab19
commit e8bba0a7d6
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ class Inferencer(algorithm.Visitor):
node.optional_vars.loc, node.context_expr.loc,
makenotes=makenotes)
else:
elif not types.is_var(typ):
diag = diagnostic.Diagnostic("error",
"value of type {type} cannot act as a context manager",
{"type": types.TypePrinter().name(typ)},