Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbyProjects committed Jun 13, 2019
1 parent 30b0d93 commit f9a974d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SpeechCLI/Commands/ModelCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class Create : ParamActionCommandBase
int OnExecute()
{
if (string.IsNullOrWhiteSpace(AudioDataset)
&& string.IsNullOrWhiteSpace(LanguageDataset)
&& string.IsNullOrWhiteSpace(PronunciationDataset))
&& string.IsNullOrWhiteSpace(LanguageDataset))
{
_console.Error.WriteLine("Either --audio-dataset or --language-dataset has to be provided.");
return -1;
Expand Down

0 comments on commit f9a974d

Please sign in to comment.