Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 24, 2023
1 parent ed6ef43 commit e22439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoobot/pytorch/training/train_with_pytorch_lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def train_default_zoobot_from_scratch(
if not os.path.isdir(save_dir):
try:
os.mkdir(save_dir)
except FileExistsError():
except FileExistsError:
pass # another gpu process may have just made it
logging.info(f'Saving to {save_dir}')

Expand Down

0 comments on commit e22439d

Please sign in to comment.