mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
disable pylint no-member on tests/extra/manual-vmtools-test.py
This script is some of the only documentation of certain processes that run in the buildserver setup. It is not really maintained, but is still here as a kind of reference.
This commit is contained in:
parent
9749b26baa
commit
8f4167660e
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
#
|
||||||
|
# This script is some of the only documentation of certain processes
|
||||||
|
# that run in the buildserver setup. It is not really maintained, but
|
||||||
|
# is still here as a kind of reference.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -17,6 +21,7 @@ if localmodule not in sys.path:
|
||||||
from fdroidserver.vmtools import get_build_vm
|
from fdroidserver.vmtools import get_build_vm
|
||||||
|
|
||||||
|
|
||||||
|
# pylint: disable=no-member
|
||||||
def main(args):
|
def main(args):
|
||||||
|
|
||||||
if args.provider != None:
|
if args.provider != None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue