diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 23:27:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 23:27:19 +0100 |
| commit | b024f2c21a62990723bdb6768c7ea6bad202be82 (patch) | |
| tree | 517df99bd05ac3dca9cad23c466c0923691abea1 /test.py | |
| parent | d2cee907fb43450250b9b9f90c8d90468627122e (diff) | |
fix
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ def process_dir(dir): os.makedirs(out_path, exist_ok=True) os.makedirs(render_path, exist_ok=True) - dir_frames = sorted(glob.glob(os.path.join(dir + '*.png'))) + dir_frames = sorted(glob.glob(os.path.join(dir, '*.png'))) print(dir_frames) frames = [] |
