Skip to content

Commit

Permalink
Not sure what this is, but it fixes docs generation?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattchrlw committed Jul 7, 2020
1 parent 6acc5b5 commit 6cc6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpis/transformer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def _default_audio_resampler(audio_paths: List[str], resampled_dir_path: str, ad

# import other python files in this directory as data transformers.
def _import_instanciated_data_transformers():
names = os.listdir('elpis/transformer')
names = os.listdir('../elpis/transformer')
try:
names.remove('__init__.py')
except ValueError:
Expand Down

0 comments on commit 6cc6430

Please sign in to comment.