Take into account the demo name when using the RIB command.

This commit is contained in:
yrriban 2026-05-06 18:38:00 -04:00
parent a982c5b20c
commit cbf2ec2ca6

View file

@ -26,6 +26,8 @@ class RIB(doomcc.doom_base.WadMap):
demodir = demodir / "failed_demos"
glob = f"*map{self.map}*"
if parsed_args.name is not None:
glob += f"{parsed_args.name}*"
if parsed_args.attempt is not None:
glob += f"{parsed_args.attempt}*"