generate_msg_docs.py - fix path to messages

This commit is contained in:
Hamish Willee 2023-02-22 17:38:12 +11:00 committed by Beat Küng
parent f887ad6ebf
commit b66e15c4b9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if __name__ == "__main__":
if not os.path.isdir(output_dir):
os.mkdir(output_dir)
msg_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),"..")
msg_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),"../../msg")
msg_files = get_msgs_list(msg_path)
msg_files.sort()