From 98f5c601a36b0a6620165196671e3ce6d2cd2d6c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 21 Feb 2020 07:58:10 +0100 Subject: [PATCH] line too long --- python/damask/dadf5.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/damask/dadf5.py b/python/damask/dadf5.py index b3833b21e..76c87d7df 100644 --- a/python/damask/dadf5.py +++ b/python/damask/dadf5.py @@ -351,7 +351,8 @@ class DADF5(): for d in f[group].keys(): try: dataset = f['/'.join([group,d])] - message+=' {} / ({}): {}\n'.format(d,dataset.attrs['Unit'].decode(),dataset.attrs['Description'].decode()) + message+=' {} / ({}): {}\n'.\ + format(d,dataset.attrs['Unit'].decode(),dataset.attrs['Description'].decode()) except KeyError: pass return message