Skip to content

Commit

Permalink
fix: update copy_util to resolve bug issue 192
Browse files Browse the repository at this point in the history
  • Loading branch information
my3sons authored and kmaphoenix committed Aug 23, 2024
1 parent 794067c commit ed20f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfcx_scrapi/tools/copy_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def _create_entity_resources(
for entity in resources_objects["entities"]:
logging.info("Creating Entity %s...", entity.display_name)
try:
self.entities.create_entity_type(destination_agent, entity)
self.entities.create_entity_type(agent_id=destination_agent, obj=entity)
resources_skip_list["entities"].append(entity.display_name)
logging.info(
"Entity %s created successfully.", entity.display_name
Expand Down

0 comments on commit ed20f4a

Please sign in to comment.