Skip to content

Commit

Permalink
file name revert
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani committed Nov 15, 2024
1 parent bb59c90 commit ad48705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/ucc_additional_packaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def get_all_input_names(gc):



class UCCHelperUtility(BaseUtility):
class UCCAdditionalPackagingUtility(BaseUtility):

def implement_utility(self):
utils.info("Adding UCCHelperUtility")
utils.info("Adding UCCAdditionalPackagingUtility")
app_dir_path = os.path.dirname(self.app_write_dir) # additional_packaging.py file has to be in the app_dir folder of the repo instead of in the package folder
bin_folder_path = os.path.join(self.app_write_dir, "bin")

Expand Down

0 comments on commit ad48705

Please sign in to comment.