Skip to content

Commit

Permalink
remove aliases from bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
IngeniariusSoftware committed Sep 28, 2022
1 parent e5ab3ff commit 7698701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/scripts/clean_before_transpilation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(path_to_files: Path, cleaning_patterns) -> None:
path_to_files = path_to_files.parent
tools.clear_dir_by_patterns(path_to_files, cleaning_patterns, recursive=True)
tools.remove_empty_dirs(path_to_files)
tools.clear_dir_by_patterns(settings.get_setting('path_to_c2eo_transpiler'), {'*.eo'})
tools.clear_dir_by_patterns(settings.get_setting('path_to_c2eo_transpiler'), {'*.eo', '*.alias'})


def create_parser() -> argparse.ArgumentParser:
Expand Down

0 comments on commit 7698701

Please sign in to comment.