Fix error in merging of exec's
This commit is contained in:
parent
9b1375f536
commit
ecf14df030
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ def gen_merged_exc(mcp_dir, fml_dir):
|
|||
print 'Error: Exec for shared function does not match client and server:'
|
||||
print 'Function: ' + key
|
||||
print 'Client: ' + value
|
||||
print 'Server: ' + server[value]
|
||||
print 'Server: ' + server[key]
|
||||
if value != '|':
|
||||
common[key] = value
|
||||
client.pop(key)
|
||||
|
|
Loading…
Reference in a new issue