diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 03:29:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 03:29:02 +0200 |
| commit | be83a46eb2b7ac8f38c0e5dea84ec37659d4f85f (patch) | |
| tree | 3a52f1419b45bbf90843d6b61b395bf718dd741d /live-mogrify.py | |
| parent | e03348c5d3b9de76b8794c19557b8a4c2f643e07 (diff) | |
augment paths
Diffstat (limited to 'live-mogrify.py')
| -rw-r--r-- | live-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index ace2076..5b6adc7 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -155,7 +155,7 @@ def list_sequences(module): def read_sequence(path): print("> read sequence {}".format(path)) - return sorted([f for f in glob.glob(os.path.join('./sequences/', path, '*.png'))]) + return sorted([f for f in glob.glob(os.path.join('./sequences/', module_name, path, '*.png'))]) class Listener(): def __init__(self): |
