Files
DB-GPT/pilot/common/path_utils.py
yhjun1026 c67e6d1a65 feat(editor): ChatExcel
ChatExcel devlop part 4
2023-08-23 09:54:19 +08:00

7 lines
105 B
Python

import os
def has_path(filename):
directory = os.path.dirname(filename)
return bool(directory)