Skip to content

Commit

Permalink
fix: fix entrypoint for wmg pipeline (#6056)
Browse files Browse the repository at this point in the history
  • Loading branch information
atarashansky authored Oct 21, 2023
1 parent 8eb314c commit 76a4449
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/wmg/pipeline/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import logging

from backend.wmg.pipeline import run_pipeline

logging.basicConfig(level=logging.INFO)

if __name__ == "__main__":
run_pipeline()

0 comments on commit 76a4449

Please sign in to comment.