From f5c44a03dfeffd8d0c153258292d91ee0741aa7d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 28 Feb 2019 20:11:30 +0800 Subject: bin/fg21sim: Remove the deleted backup=True parameter --- bin/fg21sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fg21sim b/bin/fg21sim index 3362888..b817015 100755 --- a/bin/fg21sim +++ b/bin/fg21sim @@ -62,7 +62,7 @@ def main(): # Save/backup current configurations configfile_dump = os.path.splitext(CONFIGS.userconfig)[0] + "_dump.conf" - CONFIGS.save(configfile_dump, clobber=True, backup=True) + CONFIGS.save(configfile_dump, clobber=True) logger.info("Saved current configurations to file: %s" % configfile_dump) # Setup cosmology model -- cgit v1.2.2