mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fixed exception handling in checkupdates command
This commit is contained in:
parent
29aca16dca
commit
ee7dc908ae
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue