Skip to content

Commit ee2f573

Browse files
authored
Re-do change in #542 (#591)
I asked for changes in #542 but did not get a reply. That change seemed like a good idea, so I'm making it here.
1 parent 94fa216 commit ee2f573

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

kaggle/api/kaggle_api_extended.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,9 @@ def authenticate(self):
412412
return
413413
else:
414414
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(
416418
self.config_file, self.config_dir))
417419

418420
# Step 3: load into configuration!

src/kaggle/api/kaggle_api_extended.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,9 @@ def authenticate(self):
396396
return
397397
else:
398398
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(
400402
self.config_file, self.config_dir))
401403

402404
# Step 3: load into configuration!

0 commit comments

Comments
 (0)