You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing item subjects, some items report a blank subject when they're not.
Examples include me67, uds14 and ece47 in q-snapshot.
The text was updated successfully, but these errors were encountered:
campb303
added
bug
An issue that results in webqueue2 breaking
tooling
Related to tools and utilities for the management of the project
labels
Aug 6, 2020
The __getHeaderBoundary() function returns the line number where the headers end. The -1 was added to this range to limit the for loop from parsing the header boundary. However, the range() function is non-inclusive on its upper bound so when it is passed a value n, it returns a range from 0 to n-1 making the -1 unnecessary.
When parsing item subjects, some items report a blank subject when they're not.
Examples include me67, uds14 and ece47 in q-snapshot.
The text was updated successfully, but these errors were encountered: