Skip to content

Commit

Permalink
Fixed parser query typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barpeot authored and joachimmetz committed Mar 2, 2025
1 parent 0ddfd00 commit a285a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaso/parsers/sqlite_plugins/android_native_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class AndroidNativeDownloadsPlugin(interface.SQLitePlugin):
('SELECT _id, uri, _data, mimetype, destination, '
'visibility, status, lastmod, notificationpackage, '
'total_bytes, current_bytes, etag, title, description, '
'is_visible_in_downloads_ui, mediaprovider_uri, deleted, errorMsg'
'is_visible_in_downloads_ui, mediaprovider_uri, deleted, errorMsg '
'FROM downloads',
'ParseDownloadsRow')]

Expand Down

0 comments on commit a285a95

Please sign in to comment.