Skip to content

Commit

Permalink
Fix analyzer entry point and imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielczech committed Jul 6, 2023
1 parent 076974a commit 0d90f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coordinator/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import os
import socket

import proc_util
from coordinator import proc_util

RESULT_CHANNEL = "proc_result"
LOG_FORMAT = "[%(asctime)s - %(levelname)s - %(filename)s:%(lineno)s] %(message)s"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
entry_points = {
'console_scripts':[
'coordinator = coordinator.cli:cli',
'bluse_analyzer = coordinator.bluse_analyzer:cli'
'bluse_analyzer = coordinator.analyzer:cli'
]
},
)

0 comments on commit 0d90f17

Please sign in to comment.