Changeset 1613 for branches/alma


Ignore:
Timestamp:
08/06/09 10:36:30 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Temporary file name has been changed.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/scantable.py

    r1612 r1613  
    442442
    443443        if rcParams['verbose']:
    444             tmpfile='/tmp/tmp_casapy_asap_scantable_stats'
     444            usr=os.environ['USER']
     445            tmpfile='/tmp/tmp_'+usr+'_casapy_asap_scantable_stats'
    445446            f=open(tmpfile,'w')
    446447            print >> f, "--------------------------------------------------"
Note: See TracChangeset for help on using the changeset viewer.