Skip to content

Commit

Permalink
Fix typo in .format.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekked committed Nov 2, 2018
1 parent b0fbbc7 commit 4b81238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luminoth/tools/cloud/gcloud.py
Expand Up @@ -223,7 +223,7 @@ def train(job_id, resume_job_id, bucket_name, region, config_files, dataset,
account.validate_region(region)

if bucket_name is None:
bucket_name = 'luminoth-{}'.formata(account.client_id)
bucket_name = 'luminoth-{}'.format(account.client_id)
click.echo(
'Bucket name not specified. Using "{}".'.format(bucket_name))

Expand Down

0 comments on commit 4b81238

Please sign in to comment.