Skip to content

Commit

Permalink
fix value error
Browse files Browse the repository at this point in the history
  • Loading branch information
HessTaha committed May 31, 2020
1 parent 19780e0 commit d8f6ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main(path_to_data: str,
'''
df = pd.read_csv(path_to_data)

if os.path.isdir():
if os.path.isdir(cache_dir):
logger.info('Cache dir found here {}'.format(cache_dir))
pass
else:
Expand Down

0 comments on commit d8f6ab1

Please sign in to comment.