We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3de5952 + c81081b commit 2d6f93cCopy full SHA for 2d6f93c
1 file changed
labgrid/remote/exporter.py
@@ -949,7 +949,7 @@ def main():
949
950
extra = {
951
'name': args.name or gethostname(),
952
- 'hostname': args.hostname or getfqdn() if args.fqdn else gethostname(),
+ 'hostname': args.hostname or (getfqdn() if args.fqdn else gethostname()),
953
'resources': args.resources,
954
'isolated': args.isolated
955
}
0 commit comments