Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #36 from bettse/master
Browse files Browse the repository at this point in the history
Remove quotations from logging output
  • Loading branch information
jamesmeneghello committed Feb 4, 2014
2 parents d5bad04 + 1b35c8f commit e8ee1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
handler.setFormatter(logging.Formatter('%(asctime)s - %(levelname)s - %(message)s'))
log.addHandler(handler)
else:
logging.basicConfig(format='"%(asctime)s - %(levelname)s - %(message)s"')
logging.basicConfig(format='%(asctime)s - %(levelname)s - %(message)s')

0 comments on commit e8ee1ec

Please sign in to comment.