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 0bb0f33 commit 8512e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyxstr2swift/xstr2swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def main():
if is_verbose:
import sys
handler = logging.StreamHandler(sys.stdout)
handler.setLevel(logging.INFO)
formatter = logging.Formatter('[%(asctime)s][%(name)s][%(levelname)s] %(message)s')
handler.setLevel(logging.DEBUG)
formatter = logging.Formatter('[%(asctime)s][%(levelname)s] %(message)s')
handler.setFormatter(formatter)
logging.getLogger().addHandler(handler)

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.dev25',
version='0.1.0.dev26',
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 8512e08

Please sign in to comment.