Skip to content

Commit 6efa56b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4ec5a1d commit 6efa56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_tps_rhnqa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_beaker_hub():
8888

8989
#convert TPS version string to Beaker distro name
9090
def clean_distro_name(version_str):
91-
clean = re.sub(r'^(RHEL-(?:Alt-)?\d+\.\d+)(?:\.\d+)?(?:\.(?:GA|MAIN|Z|EUS|AUS|TUS|E4S)).*$',
91+
clean = re.sub(r'^(RHEL-(?:Alt-)?\d+\.\d+)(?:\.\d+)?(?:\.(?:GA|MAIN|Z|EUS|AUS|TUS|E4S)).*$',
9292
r'\1', version_str, flags=re.IGNORECASE)
9393

9494
if "AppStream" in clean or "BaseOS" in clean:

0 commit comments

Comments
 (0)