"src/sdk/vscode:/vscode.git/clone" did not exist on "0c17e2d9d47cd05a2d42bb9ef9540f492dd3bbfc"
Unverified Commit 5d5806f5 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Quick fix paiTrainingService (#465)

quick fix paiTrainingService, add deferred.resolve();
parent 3617b7f3
......@@ -352,6 +352,7 @@ class PAITrainingService implements TrainingService {
// Get PAI authentication token
await this.updatePaiToken();
deferred.resolve();
break;
case TrialConfigMetadataKey.TRIAL_CONFIG:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment