Skip to content

Commit

Permalink
test get logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Aug 30, 2024
1 parent 67090c7 commit 058cb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class RequestResult(object):
print(besapi.plugin_utilities.get_invoke_folder())
print(besapi.plugin_utilities.get_invoke_file_name())
# the following doesn't seem to work in python 3.7:
# besapi.plugin_utilities.setup_plugin_logging(console=True)
logging_config = besapi.plugin_utilities.get_plugin_logging_config()
parser = besapi.plugin_utilities.setup_plugin_argparse(plugin_args_required=False)
# allow unknown args to be parsed instead of throwing an error:
args, _unknown = parser.parse_known_args()
Expand Down

0 comments on commit 058cb25

Please sign in to comment.