Skip to content

Commit

Permalink
reset to loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed May 6, 2024
1 parent 69640c1 commit 0aa181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hl/test_vlentype.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,6 @@ def test_variable_len_unicode_attr(self):


if __name__ == '__main__':
loglevel = logging.DEBUG
loglevel = logging.ERROR
logging.basicConfig(format='%(asctime)s %(message)s', level=loglevel)
ut.main()

0 comments on commit 0aa181e

Please sign in to comment.