Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepow committed Sep 10, 2018
1 parent 0a54393 commit 5e1dfe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BatchDotnetTutorialFfmpeg/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@ private static async Task<bool> MonitorTasks(BatchClient batchClient, string job
allTasksSuccessful = false;
Console.WriteLine(failureMessage);
}

if (allTasksSuccessful)
else
{
Console.WriteLine(successMessage);
}
Expand Down

0 comments on commit 5e1dfe1

Please sign in to comment.