feat: add global working dir config params by amadeusz-ds · Pull Request #347 · Unstructured-IO/unstructured-inference

Conversation

pawel-kmiecik

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

pawel-kmiecik



@lru_cache(maxsize=1)
def _get_tempdir(dir: str) -> str:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one thing - dir is reserved as std function name. Just replace with dirname or smth.

2 participants

@amadeusz-ds @pawel-kmiecik