mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-17 20:24:47 +00:00
nvchecker_source/manual: convert to string
because it's often written as an int or float, especially when converting from YAML.
This commit is contained in:
parent
290240eafb
commit
a2a239bdc6
@ -2,4 +2,4 @@
|
||||
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
async def get_version(name, conf, **kwargs):
|
||||
return conf.get('manual').strip() or None
|
||||
return str(conf.get('manual')).strip() or None
|
||||
|
Loading…
Reference in New Issue
Block a user