We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b22a4 commit beb0160Copy full SHA for beb0160
src/builder/convertfiles.py
@@ -92,7 +92,7 @@ def _is_qt_ts_file(self, filepath):
92
def _convert_ts_files_to_po(self):
93
for tsfile in self.findFiles.find_recursive(self.convert_dir, "*.ts"):
94
if not self._is_qt_ts_file(tsfile):
95
- logging.info("skipping non-Qt ts file: {0}".format(tsfile))
+ logging.debug("skipping non-Qt ts file: {0}".format(tsfile))
96
continue
97
fileName, fileExtension = os.path.splitext(tsfile)
98
logging.info("convert ts file: {0}".format(tsfile))
0 commit comments