diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:56:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:56:18 +0200 |
| commit | d2961b5702a5e9ff558dce900f6a6a19f719dffe (patch) | |
| tree | afa3a95eab714235984871b332f369b6c86e657c | |
| parent | 676c66164629820c21d8a629145add18212713bf (diff) | |
y
| -rwxr-xr-x[-rw-r--r--] | recursive.sh | 0 | ||||
| -rw-r--r-- | test.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recursive.sh b/recursive.sh index d23a3fe..d23a3fe 100644..100755 --- a/recursive.sh +++ b/recursive.sh @@ -32,6 +32,6 @@ if __name__ == '__main__': ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio) if dataset.name() == 'RecursiveImageDataset': # dataset.append(ims) - print ims + print(ims) webpage.save() |
