replace move to popen shell

This commit is contained in:
hyugogirubato
2025-06-14 11:59:59 +02:00
parent bcbf127624
commit a888e94962
+1 -1
View File
@@ -2,7 +2,7 @@ import logging
import re
import shutil
from subprocess import run
from subprocess import Popen, PIPE
from typing import Optional, List, Tuple
from pathlib import Path