Skip to content

Commit b2d1275

Browse files
senorflorrysteboe
authored andcommitted
Add omitted spaces in kaggle.json permissions warning
1 parent 7973816 commit b2d1275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kaggle/api/kaggle_api_extended.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ def read_config_file(self, config_data=None, quiet=False):
218218
permissions = os.stat(self.config).st_mode
219219
if (permissions & 4) or (permissions & 32):
220220
print(
221-
'Warning: Your Kaggle API key is readable by other'
222-
'users on this system! To fix this, you can run' +
221+
'Warning: Your Kaggle API key is readable by other '
222+
'users on this system! To fix this, you can run ' +
223223
'\'chmod 600 {}\''.format(self.config))
224224

225225
with open(self.config) as f:

0 commit comments

Comments
 (0)