From 96e79632295aa0d51aaba92b1b7ca88778ac8e77 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 17 Sep 2018 11:22:53 +0300 Subject: Fix: method name --- ick2/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ick2/actions.py b/ick2/actions.py index 47fd757..a91d776 100644 --- a/ick2/actions.py +++ b/ick2/actions.py @@ -608,7 +608,7 @@ class DputAction(Action): # pragma: no cover os.remove(config) return exit_code - def create_dput_cf_file(self, config): + def create_dput_config_file(self, config): fd, filename = tempfile.mkstemp() os.write(fd, config) os.close(fd) -- cgit v1.2.1