Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ocworld committed Sep 8, 2018
1 parent 8512e08 commit 25a2173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyxstr2swift/xstr2swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def main():
handler.setLevel(logging.DEBUG)
formatter = logging.Formatter('[%(asctime)s][%(levelname)s] %(message)s')
handler.setFormatter(formatter)
logging.getLogger().setLevel(logging.DEBUG)
logging.getLogger().addHandler(handler)

logging.info('source : %s' % args.source)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pyxstr2swift',
version='0.1.0.dev26',
version='0.1.0.dev27',
description='Python package for a xcode strings file to a swift localized string file',
long_description=readme,
author='Keunhyun Oh',
Expand Down

0 comments on commit 25a2173

Please sign in to comment.