summaryrefslogtreecommitdiff
path: root/grc/core/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/Platform.py')
-rw-r--r--grc/core/Platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Platform.py b/grc/core/Platform.py
index 7ef944b3aa..1e43271dc2 100644
--- a/grc/core/Platform.py
+++ b/grc/core/Platform.py
@@ -72,7 +72,7 @@ class Platform(Element):
self.build_block_library()
def __str__(self):
- return 'Platform - {}({})'.format(self.config.key, self.config.name)
+ return 'Platform - {}'.format(self.config.name)
@staticmethod
def find_file_in_paths(filename, paths, cwd):