|
@@ -42,6 +42,7 @@ def createJmhyProperties(game, sdk, subChannel, config):
|
|
content = ''
|
|
content = ''
|
|
for key in propValue:
|
|
for key in propValue:
|
|
content = '%s%s=%s\n' % (content, key, propValue[key])
|
|
content = '%s%s=%s\n' % (content, key, propValue[key])
|
|
|
|
+ print('write properties : %s = %s' % (key, propValue[key]))
|
|
file_utils.createFile(properties, content)
|
|
file_utils.createFile(properties, content)
|
|
return 0
|
|
return 0
|
|
|
|
|