[Scummvm-git-logs] scummvm-sites director-buildbot -> ae82699fe306b1ee6f3c9644b325ca616d7e0b31
sev-
noreply at scummvm.org
Tue Apr 4 13:15:53 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
ae82699fe3 DIRECTOR: Fix object conversion
Commit: ae82699fe306b1ee6f3c9644b325ca616d7e0b31
https://github.com/scummvm/scummvm-sites/commit/ae82699fe306b1ee6f3c9644b325ca616d7e0b31
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-04T15:15:25+02:00
Commit Message:
DIRECTOR: Fix object conversion
Changed paths:
director/steps.py
diff --git a/director/steps.py b/director/steps.py
index 3000946..333ee9f 100644
--- a/director/steps.py
+++ b/director/steps.py
@@ -151,7 +151,7 @@ class GenerateStartMovieCommands(buildstep.ShellMixin, steps.BuildStep):
if result == util.SUCCESS:
stdout = self.observer.getStdout()
scripts = sorted(line for line in stdout.split("\n") if line.strip())
- default_env["BUILD_NUMBER"] = Property("buildnumber")
+ default_env["BUILD_NUMBER"] = Property("buildnumber").__str__()
self.build.addStepsAfterCurrentStep(
[
More information about the Scummvm-git-logs
mailing list