mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-16 12:39:35 -04:00
Fix copy-paste error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user