Remove intentional error from testing

This commit is contained in:
heliguy4599
2024-10-15 15:52:58 -04:00
parent 2581374c3f
commit 74f974d350

View File

@@ -76,7 +76,7 @@ class ResultsPage(Adw.NavigationPage):
try:
output = subprocess.run(
['flatpak-spawn', '--host', 'flatpak', 'search', '--columns=alls', installation, self.search_entry.get_text()],
['flatpak-spawn', '--host', 'flatpak', 'search', '--columns=all', installation, self.search_entry.get_text()],
check=True, text=True, capture_output=True
).stdout.split('\n')
if len(output) > 100: