diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:25:28 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:25:28 +0200 |
| commit | 919ba03dae6ca25efc2f0bafc5a027efc0fe18e1 (patch) | |
| tree | 72918eb82676764b4e4317ac81aa4881c03bb8a9 /test.py | |
| parent | 06c043ed38fb13a7c5403f95d011869a37c79461 (diff) | |
k
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
