flpelerin commited on
Commit
981578a
·
1 Parent(s): 93c84d1

Update file wandb.py

Browse files
Files changed (1) hide show
  1. wandb.py +1 -1
wandb.py CHANGED
@@ -18,7 +18,7 @@ class Wandb:
18
  #print(f'config dict: {dict(config.__dict__)}')
19
 
20
 
21
- if self.entity == '' or project == '' or api_key == '':
22
  raise ValueError('Missing required values for either Entity, Project or API Key')
23
 
24
  if name == '':
 
18
  #print(f'config dict: {dict(config.__dict__)}')
19
 
20
 
21
+ if entity == '' or project == '' or api_key == '':
22
  raise ValueError('Missing required values for either Entity, Project or API Key')
23
 
24
  if name == '':