Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsunagi Miho committed Oct 12, 2016
1 parent ff02ea5 commit 43ec7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/builder.py
Expand Up @@ -145,7 +145,7 @@ def reset(model_dir):

def initiate(model_dir):
configs = glob.glob(os.path.join(model_dir, '*.ini'))
assert len(configs) == 1, 'Put only one config file in the dierectory'
assert len(configs) == 1, 'Put only one config file in the directory'
config = configs[0]
b = Builder(config, model_dir)

Expand Down

0 comments on commit 43ec7e4

Please sign in to comment.