From 8b272c089a727f65f0c8dafe193b52ac112e0395 Mon Sep 17 00:00:00 2001 From: lomna-dev Date: Sat, 13 May 2023 17:34:17 +0530 Subject: [PATCH] Minor tweaks Nothing to note --- .gitignore | 2 ++ python-script/tasks | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd531cf..15ccd10 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ Module.symvers Mkfile.old dkms.conf + +tasks \ No newline at end of file diff --git a/python-script/tasks b/python-script/tasks index afb9e0a..c795657 100755 --- a/python-script/tasks +++ b/python-script/tasks @@ -138,7 +138,7 @@ def get_tasks(filename): tasks[number_of_tasks - 1].commands.append(l) def main(): - tasks_file = "main.tasks" + tasks_file = "main.tsk" if len(sys.argv) > 1: if os.path.isfile(sys.argv[1]):