Skip to content

Commit

Permalink
Log location of pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Sep 26, 2023
1 parent 81c31d4 commit 5a22e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cellpack/bin/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def pack(recipe, config_path=None, analysis_config_path=None):
:return: void
"""
log.info(f"Running in {__file__}")

packing_config_data = ConfigLoader(config_path).config
recipe_data = RecipeLoader(
recipe, packing_config_data["save_converted_recipe"]
Expand Down

0 comments on commit 5a22e24

Please sign in to comment.