File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,9 @@ def authenticate(self):
412
412
return
413
413
else :
414
414
raise IOError ('Could not find {}. Make sure it\' s located in'
415
- ' {}. Or use the environment method.' .format (
415
+ ' {}. Or use the environment method. See setup'
416
+ ' instructions at'
417
+ ' https://github.com/Kaggle/kaggle-api/' .format (
416
418
self .config_file , self .config_dir ))
417
419
418
420
# Step 3: load into configuration!
Original file line number Diff line number Diff line change @@ -396,7 +396,9 @@ def authenticate(self):
396
396
return
397
397
else :
398
398
raise IOError ('Could not find {}. Make sure it\' s located in'
399
- ' {}. Or use the environment method.' .format (
399
+ ' {}. Or use the environment method. See setup'
400
+ ' instructions at'
401
+ ' https://github.com/Kaggle/kaggle-api/' .format (
400
402
self .config_file , self .config_dir ))
401
403
402
404
# Step 3: load into configuration!
You can’t perform that action at this time.
0 commit comments