feat/overview #5435
Reference in New Issue
Block a user
Delete Branch "feat/overview"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +1,6 @@# SPDX-FileCopyrightText: Free Software Foundation Europe e.V. <https://fsfe.org>this should be an empty file IMO. It's contents are very basic Python knowledge and half the lines are just REUSE
Yeah, fair. I try and keep the Python reuse compliant, and am planning on adding reuse to enforce that in ci soon.
The explanation is probably unnecessary, I have just been copying around the same file for every time I need it.
@@ -172,9 +84,9 @@ def main() -> None:tasks.extend((master, path, args.whitelist) for path in paths if path != master)with multiprocessing.Pool(processes=args.jobs) as pool:filtered_results = (@delliott do you care to explain this change?
The lazy generator using
(seemed to be false incorrectly when coerced to bool for some reason, and the eager one[was not.I did not bother to investigate further.