mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Tools: Small housekeeping
- Make generate_redump_yaml.py executable and fix the trailing whitespace - Fix shebang for retry.sh
This commit is contained in:
parent
cab81ac23a
commit
70ce7e024f
2
tools/generate_redump_yaml.py
Normal file → Executable file
2
tools/generate_redump_yaml.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
RETRIES=10
|
RETRIES=10
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user