Skip to content
Snippets Groups Projects
Commit c5f23b65 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Typo in error message

parent a3a8bf30
No related branches found
No related tags found
1 merge request!143Release 0.15.0
Pipeline #49201 passed with warnings
......@@ -409,7 +409,7 @@ def to_graphics(recordtypes: List[db.Entity], filename: str,
raise Exception("An error occured during the execution of "
"plantuml when using the format {}. "
"Is plantuml installed? "
"You might want to dry a different format.".format(format))
"You might want to try a different format.".format(format))
# copy only the final product into the target directory
shutil.copy(os.path.join(td, filename + "." + extension),
output_dirname)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment