Minor tweaks

Nothing to note
main
lomna-dev 1 year ago
parent 5301062b0c
commit 8b272c089a

2
.gitignore vendored

@ -52,3 +52,5 @@ Module.symvers
Mkfile.old Mkfile.old
dkms.conf dkms.conf
tasks

@ -138,7 +138,7 @@ def get_tasks(filename):
tasks[number_of_tasks - 1].commands.append(l) tasks[number_of_tasks - 1].commands.append(l)
def main(): def main():
tasks_file = "main.tasks" tasks_file = "main.tsk"
if len(sys.argv) > 1: if len(sys.argv) > 1:
if os.path.isfile(sys.argv[1]): if os.path.isfile(sys.argv[1]):

Loading…
Cancel
Save