サブミッターのリストを返す Python スクリプトのテストを書いています。
以下:
new_user = self.p4.fetch_user('existing-user')
new_user['User'] = 'new-user'
self.p4.save_user(new_user)
放出する:
P4Exception: [P4#run] Errors during command execution( "p4 user -i" )
[Error]: "Error in user specification.\nUser name can't be changed from 'existing-user'."
新しいユーザーを作成するための Python API 呼び出しは何ですか?