mirror of
https://github.com/trycua/computer.git
synced 2026-05-06 15:12:38 -05: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