mirror of
https://github.com/trycua/computer.git
synced 2026-01-02 03:20:22 -06:00
Removed slashes from container name
This commit is contained in:
@@ -160,6 +160,8 @@ class Computer:
|
||||
if not name:
|
||||
# Normalize the name to be used for the VM
|
||||
name = image.replace(":", "_")
|
||||
# Remove any forward slashes
|
||||
name = name.replace("/", "_")
|
||||
|
||||
# Convert display parameter to Display object
|
||||
if isinstance(display, str):
|
||||
|
||||
Reference in New Issue
Block a user