mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Download only countries.pot to regenerate countries.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -381,10 +381,10 @@ class picard_update_countries(Command):
|
||||
if not self.skip_pull:
|
||||
txpull_cmd = " ".join([
|
||||
TXPULL_CMD,
|
||||
'--all',
|
||||
'--minimum-perc=5',
|
||||
'--force',
|
||||
'--resource=musicbrainz.countries',
|
||||
'--source',
|
||||
'--language=none',
|
||||
])
|
||||
log.info("Running %s" % txpull_cmd)
|
||||
retcode = subprocess.call(txpull_cmd, shell=True)
|
||||
|
||||
Reference in New Issue
Block a user