mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Fix more flake8 warnings
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
bbb3cfe240
commit
3cc212423e
1 changed files with 13 additions and 13 deletions
|
@ -27,20 +27,20 @@ def get_dpsim_shmem_interface_signals():
|
|||
|
||||
def get_dpsim_shmem_interface_config():
|
||||
return {
|
||||
'type': 'shmem',
|
||||
'in': {
|
||||
'name': '/dpsim1-villas',
|
||||
'hooks': [
|
||||
{
|
||||
'type': 'stats'
|
||||
}
|
||||
],
|
||||
'signals': get_dpsim_shmem_interface_signals()
|
||||
},
|
||||
'out': {
|
||||
'name': '/villas-dpsim1'
|
||||
}
|
||||
'type': 'shmem',
|
||||
'in': {
|
||||
'name': '/dpsim1-villas',
|
||||
'hooks': [
|
||||
{
|
||||
'type': 'stats'
|
||||
}
|
||||
],
|
||||
'signals': get_dpsim_shmem_interface_signals()
|
||||
},
|
||||
'out': {
|
||||
'name': '/villas-dpsim1'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
def get_villas_config():
|
||||
|
|
Loading…
Add table
Reference in a new issue