# | Line 784 | Line 784 | class SchedulerEdg(Scheduler): | |
---|---|---|
784 | if not timeLeftLocal or not isInt(timeLeftLocal): | |
785 | mustRenew = 1 | |
786 | else: | |
787 | < | timeLeftServer = runCommand('voms-proxy-info -actimeleft') |
787 | > | timeLeftServer = runCommand('voms-proxy-info -actimeleft | head -1') |
788 | if not timeLeftServer or not isInt(timeLeftServer): | |
789 | mustRenew = 1 | |
790 | elif timeLeftServer<minTimeLeft or timeLeftServer<minTimeLeft: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |