Skip to content

Commit

Permalink
Add stringification to VisualStudio objects for prettier log output
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrehn committed Jun 21, 2024
1 parent 632bee7 commit e365b45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ue4docker/infrastructure/BuildConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e365b45

Please sign in to comment.