From b3b3aeaa80ac4f09c8845406db6e54a1627e7d86 Mon Sep 17 00:00:00 2001 From: Karl-Hermann Wieners <karl-hermann.wieners@mpimet.mpg.de> Date: Fri, 28 Jun 2019 10:10:05 +0000 Subject: [PATCH] mkexp: added missing keyword substition for r609 (getconfig) --- expargparse.py | 2 +- getconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expargparse.py b/expargparse.py index f474724..aa00b81 100644 --- a/expargparse.py +++ b/expargparse.py @@ -1,7 +1,7 @@ ''' Specialized argument parser for mkexp tool. -$Id: expargparse -1 2019-06-27 07:00:00Z m221078 $ +$Id$ ''' import argparse diff --git a/getconfig b/getconfig index aae0a6d..c94a10c 100755 --- a/getconfig +++ b/getconfig @@ -2,7 +2,7 @@ # # Reconstruct config from update file, including command line # -# $Id: getconfig -1 2019-06-26 18:00:00Z m221078 $ +# $Id$ # import argparse -- GitLab