# | Line 161 | Line 161 | class SubmitterServer( Submitter ): | |
---|---|---|
161 | # TO REMOVE | |
162 | def moveProxy( self ): | |
163 | WorkDirName = os.path.basename(os.path.split(common.work_space.topDir())[0]) | |
164 | < | #common.scheduler.checkProxy(Time=100) |
165 | < | common.scheduler.checkProxy(deep=1) |
164 | > | ## Temporary... to remove soon |
165 | > | common.scheduler.checkProxy(minTime=100) |
166 | try: | |
167 | common.logger.message("Registering a valid proxy to the server:") | |
168 | flag = " --myproxy" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |