Skip to content

Commit

Permalink
user
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Sep 21, 2023
1 parent 291a836 commit 5021450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilix/batchq.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

SCRATCH_DIR = os.environ.get('SCRATCH')
if len(SCRATCH_DIR.split('/'))==3 and SCRATCH_DIR.split('/')[-1]=='midway3':
SCRATCH_DIR += '/%s'%(os.getlogin())
SCRATCH_DIR += '/%s'%(os.environ['USER'])

TMPDIR = {
'dali': os.path.expanduser('/dali/lgrandi/%s/tmp'%(getpass.getuser())),
Expand Down

0 comments on commit 5021450

Please sign in to comment.