fix no value parameters
This commit is contained in:
parent
24a0a263ae
commit
bfc88eb682
@ -1,3 +1,3 @@
|
|||||||
"""Parse version.json file and return libs"""
|
"""Parse version.json file and return libs"""
|
||||||
|
|
||||||
__version__ = "1.0.3"
|
__version__ = "1.0.4"
|
||||||
|
@ -65,4 +65,5 @@ def parse_libs():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
make_output(platform=sys.platform, output="tty")
|
# pylint: disable=no-value-for-parameter
|
||||||
|
make_output()
|
||||||
|
Reference in New Issue
Block a user