Posts
Sort by recent activity
Errors now ocurring in python scripts within project that has not changed
I developed a project a year ago. Having come back to it, I get errors on some of the python scripts.
The script is very basic:def main(config):
#
return InceptionDate.AddDays(randint(-30,-1));
Inc...