mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 18:50:29 +03:00
disable new pylint errors, this code is frozen
This commit is contained in:
parent
05bc59c56a
commit
d15a70b833
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ class UpdateTest(unittest.TestCase):
|
|||
apk['features'] = []
|
||||
apk['icons_src'] = {}
|
||||
return apk
|
||||
|
||||
|
||||
config = dict()
|
||||
fdroidserver.common.fill_config_defaults(config)
|
||||
fdroidserver.update.config = config
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ def main(args):
|
|||
|
||||
if __name__ == '__main__':
|
||||
logging.basicConfig(format='%(message)s', level=logging.DEBUG)
|
||||
|
||||
|
||||
parser = ArgumentParser(description="""\
|
||||
This is intended for manually testing vmtools.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue