Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Dec 15, 2023
1 parent 51454ee commit 1c57c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleimi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _aleimi_processed():

args = parser.parse_args()

processed(
processed.main(
SubDirs=not args.no_sub_dirs,
engine=args.engine,
xyz_out=args.xyz_out
Expand Down

0 comments on commit 1c57c81

Please sign in to comment.