remove txt from nightly default supported metadata formats

This commit is contained in:
Michael Pöhn 2020-07-02 11:55:36 +02:00
parent 4dc503ed28
commit f8bc51399e
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
config += "keypass = '%s'\n" % PASSWORD
config += "keydname = '%s'\n" % DISTINGUISHED_NAME
config += "make_current_version_link = False\n"
config += "accepted_formats = ('txt', 'yml')\n"
config += "accepted_formats = ['yml']\n"
config += "update_stats = True\n"
with open('config.py', 'w') as fp:
fp.write(config)