mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Fix copy-paste error
This commit is contained in:
parent
23931e6818
commit
9c609aa361
@ -380,7 +380,7 @@ class IndexTest(unittest.TestCase):
|
||||
try:
|
||||
from html5print import CSSBeautifier, HTMLBeautifier
|
||||
except ImportError:
|
||||
print('WARNING: skipping rest of test since androguard is missing!')
|
||||
print('WARNING: skipping rest of test since html5print is missing!')
|
||||
return
|
||||
|
||||
with open(os.path.join("repo", "index.html")) as f:
|
||||
|
Loading…
Reference in New Issue
Block a user