diff --git a/.gitignore b/.gitignore index 00b097a..bb0d0f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.doc *.tmp *.log +.idea/ diff --git a/gen_word.py b/gen_word.py index 62b2463..2c858f7 100644 --- a/gen_word.py +++ b/gen_word.py @@ -57,6 +57,8 @@ class WEEK_REPORT: s.Find.Execute(self.pre_str, False, False, False, False, False, True, 1, False, self.str, 1) + # run 宏 + # self.doc.run("update") def update_file(self): self.open_file()