From a038c4bbac6940a9d4991a34555a42f4d164d177 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 31 Aug 2021 22:51:49 +0200 Subject: [PATCH] shorter and 'standard' --- PRIVATE | 2 +- python/damask/util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PRIVATE b/PRIVATE index 7276083d3..945cf906c 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 7276083d38816c4cfc336b7597aace3f447273dd +Subproject commit 945cf906c308192327841fd659dee6d55dcd4137 diff --git a/python/damask/util.py b/python/damask/util.py index b7d7e9bd0..a39a7b8c7 100644 --- a/python/damask/util.py +++ b/python/damask/util.py @@ -18,7 +18,7 @@ from . import version __all__=[ 'srepr', 'emph', 'deemph', 'warn', 'strikeout', - 'execute', 'run', + 'run', 'natural_sort', 'show_progress', 'scale_to_coprime',