Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jun 10, 2024
1 parent c4b5c31 commit d8b2fd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bedhost/routers/bed_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from genimtools.tokenizers import RegionSet


import tempfile
import os
import shutil
Expand Down Expand Up @@ -40,7 +39,6 @@
)
from ..const import EXAMPLE_BED


router = APIRouter(prefix="/v1/bed", tags=["bed"])


Expand Down Expand Up @@ -327,6 +325,7 @@ async def get_tokens(
Return univers of bed file
Example: bed: 0dcdf8986a72a3d85805bbc9493a1302 | universe: 58dee1672b7e581c8e1312bd4ca6b3c7
"""
_LOGGER.info(bbagent.config.config.s3)
try:
return bbagent.bed.get_tokenized(bed_id, universe_id)

Expand Down

0 comments on commit d8b2fd0

Please sign in to comment.