mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fixed exception handling in checkupdates command
This commit is contained in:
parent
29aca16dca
commit
ee7dc908ae
@ -24,8 +24,11 @@ import re
|
||||
import urllib
|
||||
import time
|
||||
from optparse import OptionParser
|
||||
import traceback
|
||||
import HTMLParser
|
||||
import common
|
||||
from common import BuildException
|
||||
from common import VCSException
|
||||
|
||||
|
||||
# Check for a new version by looking at the AndroidManifest.xml at the HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user