Fix
This commit is contained in:
parent
69048820b3
commit
24a08def3a
|
@ -21,7 +21,7 @@ global[['key']] = 22897682
|
|||
|
||||
config = list()
|
||||
#config[['crypted_jobid']] = 4296426
|
||||
config[['crypted_jobid']] = as.int(args[1])
|
||||
config[['crypted_jobid']] = strtoi(args[1])
|
||||
config[['jobid']] = bitwXor(config[['crypted_jobid']], global[['key']])
|
||||
config[['cat_fn']] = sprintf("%s/600/cats/%s.json", global[['source_dir']], config[['jobid']])
|
||||
config[['raw_fn']] = sprintf('%s/600/jobdata/%s.pkl', global[['source_dir']], config[['jobid']])
|
||||
|
|
Loading…
Reference in New Issue