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 { ...@@ -352,6 +352,7 @@ class PAITrainingService implements TrainingService {
// Get PAI authentication token // Get PAI authentication token
await this.updatePaiToken(); await this.updatePaiToken();
deferred.resolve();
break; break;
case TrialConfigMetadataKey.TRIAL_CONFIG: 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