Skip to content
Snippets Groups Projects
Commit e4455e8f authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed crash in distribute-tasks.

* distribute-tasks (read_new_tasks): Added missing global declaration.
parent c1724bdc
No related branches found
No related tags found
No related merge requests found
2006-10-30 Per Cederqvist <ceder@sedesopim.lysator.liu.se>
Fixed crash in distribute-tasks.
* distribute-tasks (read_new_tasks): Added missing global
declaration.
Provide a makefile that can install the system.
* Makefile: New file
......
......@@ -81,6 +81,8 @@ def read_tasks(lysrdiffpart):
ordered_tasks.append(info)
def read_new_tasks():
global ordered_tasks
new_found = False
new_tasks = []
for line in file("/nobackup/backup.lysator/var/tasks"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment