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]):