Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_path(fname):
path = get_file(fname)
if not path:
download(fname)
path = get_file(fname)
return path
def _download():
path = get_file("thai2vec02")
if not path:
download_data("thai2vec02")
path = get_file("thai2vec02")
return path
def get_path(fname):
path = get_file(fname)
if not path:
download(fname)
path = get_file(fname)
return path
def get_path(fname):
path = get_file(fname)
if not path:
download(fname)
path = get_file(fname)
return path
def get_path(fname):
path = get_file(fname)
if not path:
download(fname)
path = get_file(fname)
return path