summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index f6e106b..066c6c1 100644
--- a/test.py
+++ b/test.py
@@ -40,6 +40,6 @@ if __name__ == '__main__':
cmd = ("/bin/cp", last_image, next_image)
process = subprocess.Popen(cmd, stdout=subprocess.PIPE)
output, error = process.communicate()
- ds.append(next_image)
+ dataset.append(next_image)
webpage.save()