Skip to content

Commit

Permalink
[tegaki-bootstrap] Fix bug introduced through refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Burgmer committed Oct 24, 2009
1 parent 87d6a35 commit 68624ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tegaki-tools/src/tegaki-bootstrap
Expand Up @@ -132,8 +132,8 @@ class TegakiBootstrap(object):
(TYPE_TOMOE, self._tomoe),
(TYPE_KUCHIBUE, self._kuchibue)))

charcol.include_characters_from_files(self._include)
charcol.exclude_characters_from_files(self._exclude)
self._charcol.include_characters_from_files(self._include)
self._charcol.exclude_characters_from_files(self._exclude)

# max samples
if self._max_samples:
Expand Down

0 comments on commit 68624ab

Please sign in to comment.