Fixes PushChangelog() crashing

This commit is contained in:
Cyberboss
2017-08-26 13:17:07 -04:00
parent 010f172cdf
commit ad6befbe08
+6 -5
View File
@@ -187,11 +187,12 @@ namespace TGServiceInterface
[OperationContract]
string GenerateChangelog(out string error);
/// <summary>
/// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
/// </summary>
/// <returns>null on success, error on failure</returns>
string PushChangelog();
/// <summary>
/// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
/// </summary>
/// <returns>null on success, error on failure</returns>
[OperationContract]
string PushChangelog();
/// <summary>
/// Sets the path to the python 2.7 installation