mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Fix copy-paste error
This commit is contained in:
parent
23931e6818
commit
9c609aa361
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue