Skip to content

Commit

Permalink
Update vec2pg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Jun 13, 2024
1 parent 16e3b36 commit ac7dd74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vec2pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def load_plugins(plugins_dir: str) -> dict:


def main(plugin_name: str, config_json: str):
"""Main entry func"""
# Validate args
assert len(plugin_name) > 0, "Plugin name must not be empty string."
assert os.path.exists(config_json), f"Config file not found: {config_json}"
Expand Down

0 comments on commit ac7dd74

Please sign in to comment.