sync
This commit is contained in:
@@ -4,7 +4,7 @@ from core.connection import BuzzerError
|
||||
def execute(conn, path: str):
|
||||
"""Erstellt ein Verzeichnis auf dem Controller."""
|
||||
try:
|
||||
conn.send_command(f"mkdir {path}")
|
||||
conn.mkdir(path)
|
||||
print(f"📁 Verzeichnis '{path}' erfolgreich erstellt.")
|
||||
except BuzzerError as e:
|
||||
print(f"❌ Fehler beim Erstellen von '{path}': {e}")
|
||||
Reference in New Issue
Block a user