rafablanquer
Results
1
comments of
rafablanquer
This change replaces the use of os.system in the Python script with subprocess.run, improving script security by preventing potential command injection issues in file names. `os.system` is prone to command...