diff --git a/src/ue4docker/infrastructure/BuildConfiguration.py b/src/ue4docker/infrastructure/BuildConfiguration.py index 5de3572..2603594 100644 --- a/src/ue4docker/infrastructure/BuildConfiguration.py +++ b/src/ue4docker/infrastructure/BuildConfiguration.py @@ -60,6 +60,9 @@ def __init__( self.unsupported_since = unsupported_since self.pass_version_to_buildgraph = pass_version_to_buildgraph + def __str__(self) -> str: + return self.name + DefaultVisualStudio = "2017"