Skip to content

Commit

Permalink
update: remove plugin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sigee-min committed Aug 3, 2024
1 parent 82fc64a commit b209818
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def copy_configs():
root_directory = "/data/"

os.makedirs(dest_directory, exist_ok=True)
os.makedirs(dest_plugin_directory, exist_ok=True)

files = os.listdir(src_directory)

Expand Down

0 comments on commit b209818

Please sign in to comment.