Skip to content

Commit

Permalink
Fixed bug in last update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Riesa committed Jun 10, 2012
1 parent 24f50c1 commit b67e825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nile.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def do_training(indices, training_blob, heldout_blob, weights, weights_out, debi
Features = __import__("Features_%s" % (FLAGS.langpair))
except:
if myRank == 0:
err_msg += "could not import language-specific features Features_%s.py. " %(FLAGS.langpair)
err_msg = "Could not import language-specific features Features_%s.py. " %(FLAGS.langpair)
err_msg += "Using standard featureset."
LOG(INFO, err_msg)
import Features
Expand Down

0 comments on commit b67e825

Please sign in to comment.