Skip to content

Commit

Permalink
fixed the msg bug after update
Browse files Browse the repository at this point in the history
  • Loading branch information
byemaxx committed Jun 26, 2024
1 parent 9597752 commit 68f22b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/metax_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def replace_metax_dir(self):
shutil.move(os.path.join(root, file), os.path.join(metax_folder_path, file))
for dir in dirs:
shutil.move(os.path.join(root, dir), os.path.join(metax_folder_path, dir))

return True



Expand Down

0 comments on commit 68f22b5

Please sign in to comment.