mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
name not identifier
This commit is contained in:
parent
fbbf8d6f6e
commit
00391d2bec
@ -235,7 +235,7 @@ def locate_and_import_class(class_name, folder_path: Union[str, PurePath] = ''):
|
||||
|
||||
|
||||
def add_bound_name(name_str, bound_e):
|
||||
return f'{name_str}({bound_e.identifier})'
|
||||
return f'{name_str}({bound_e.name})'
|
||||
|
||||
|
||||
def add_pos_name(name_str, bound_e):
|
||||
|
Loading…
x
Reference in New Issue
Block a user