diff --git a/.gitignore b/.gitignore index 25f85cc..43e51bd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ blueprint-compiler.pc /htmlcov coverage.xml .mypy_cache -/subprojects/gtk-blueprint-tool /blueprint-regression-tests /corpus diff --git a/blueprintcompiler/decompiler.py b/blueprintcompiler/decompiler.py index 623adb5..a8b1c70 100644 --- a/blueprintcompiler/decompiler.py +++ b/blueprintcompiler/decompiler.py @@ -292,5 +292,5 @@ class UnsupportedError(Exception): print(f"in {Colors.UNDERLINE}{filename}{Colors.NO_UNDERLINE}") if self.tag: print(f"in tag {Colors.BLUE}{self.tag}{Colors.CLEAR}") - print(f"""{Colors.FAINT}The gtk-blueprint-tool compiler might support this feature, but the -porting tool does not. You probably need to port this file manually.{Colors.CLEAR}\n""") + print(f"""{Colors.FAINT}The compiler might support this feature, but the porting tool does not. You +probably need to port this file manually.{Colors.CLEAR}\n""")