Skip to content

Commit

Permalink
Update data_provider.py
Browse files Browse the repository at this point in the history
changed dir
  • Loading branch information
VenkateshBH99 committed Dec 29, 2020
1 parent 6664f11 commit ebf5be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict_risk_1/data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

}}

dir = os.path.dirname('/Users/venkateshbh/desktop/17IT248/5/wta/Heart-disease-prediction-master 2/predict_risk_1/')
dir = os.getcwd()+'/predict_risk_1/'

def GetJobLibFile(filepath):
if os.path.isfile(os.path.join(dir, filepath)):
Expand Down

0 comments on commit ebf5be9

Please sign in to comment.