Merge pull request #3563 from asottile/undetermined_location_none

Print <undetermined location> instead of None for warnings
This commit is contained in:
Bruno Oliveira
2018-06-10 16:19:50 -03:00
committed by GitHub
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
Warnings without ``location`` were reported as ``None``. This is corrected to now report ``<undetermined location>``.