Skip to content

Commit

Permalink
Update plantuml.py
Browse files Browse the repository at this point in the history
Rename self._readInclLineFile to self._read_incl_line_file
  • Loading branch information
michael-nok authored and christo-ph committed Mar 31, 2022
1 parent 55cd777 commit 97c4ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_build_plantuml_plugin/plantuml.py
Expand Up @@ -232,7 +232,7 @@ def _readInclLine(self, diagram, line, temp_file, directory, dark_mode):
# Read contents of the included file
try:
inc_file_abs = os.path.normpath(os.path.join(directory, inc_file))
temp_file = self._readInclLineFile(
temp_file = self._read_incl_line_file(
diagram, temp_file, dark_mode, inc_file_abs
)
except Exception as e1:
Expand Down

0 comments on commit 97c4ef8

Please sign in to comment.