Skip to content

Commit

Permalink
print out the diagram file names as they are processed
Browse files Browse the repository at this point in the history
  • Loading branch information
phreed authored and christo-ph committed Mar 22, 2024
1 parent 873626b commit e64b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_build_plantuml_plugin/plantuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _build_mtimes(self, diagram):
diagram.inc_time = 0

def _readFile(self, diagram, dark_mode):
print(f"Reading {diagram.src_file}")
print(f"Processing diagram {diagram.file} {diagram.src_file}")
temp_file = self._readFileRecursively(
diagram.src_file, "", diagram, diagram.directory, dark_mode
)
Expand Down

0 comments on commit e64b6b2

Please sign in to comment.