From a0645b8275a2053ef20a51eabb27058be9c09df0 Mon Sep 17 00:00:00 2001 From: "Oleg E. Peil" Date: Fri, 22 Jan 2016 15:59:12 +0100 Subject: [PATCH] Fixed the wrong name of the config file --- python/converters/plovasp/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/converters/plovasp/main.py b/python/converters/plovasp/main.py index 7dc1c6c1..7ba84ddb 100644 --- a/python/converters/plovasp/main.py +++ b/python/converters/plovasp/main.py @@ -50,5 +50,5 @@ if __name__ == '__main__': else: vasp_dir = './' - generate_and_output_as_text(conf_filename, vasp_dir) + generate_and_output_as_text(filename, vasp_dir)