From: "Mr. Daniel Browne" <dbrowne@(email surpressed)>
Subject: Re: Notes field for hbatch
   Date: Mon, 22 Jul 2013 19:52:30 -0400
Msg# 2338
View Complete Thread (5 articles) | All Threads
Last Next
The only line I can find similar to that is:

            print >> sys.stderr, "\n--- RETRY #%d of %s" % (curTry, fields["Retries"])
            Rush.System("rush -fu -notes %s retry #%d of %d" % (os.environ["RUSH_FRAME"], curTry, fields["Retries"]))
            time.sleep(10)

I'm guessing os.environ["RUSH_FRAME"] is being used before a value is set…?


On Jul 22, 2013, at 4:27 PM, Greg Ercolano wrote:

-notes

----------
Dan "Doc" Browne
System Administrator
Evil Eye Pictures

dbrowne@(email surpressed)
Office: (415) 777-0666 x105


Last Next