mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
Documentation fixes
This commit is contained in:
parent
d00900e44e
commit
5d82672fa1
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
/* File : example.i */
|
|
||||||
%module brmdoor_nfc
|
%module brmdoor_nfc
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
|
|
@ -50,7 +50,7 @@ class BrmdoorConfig(object):
|
||||||
"""Converts string 'debug', 'info', etc. into corresponding
|
"""Converts string 'debug', 'info', etc. into corresponding
|
||||||
logging.XXX value which is returned.
|
logging.XXX value which is returned.
|
||||||
|
|
||||||
@raises ValueError if the level is undefined
|
@raises BrmdoorConfigError if the level is undefined
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
return getattr(logging, levelString.upper())
|
return getattr(logging, levelString.upper())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue