Changeset 4635 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Nov 1, 2020 11:11:13 AM (2 years ago)
Author:
vondreele
Message:

change all 'Ur' to 'r' in open commands
double all '\' in G2scriptable
close dangling open files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r4619 r4635  
    116116    asind = lambda x: 180.*math.asin(x)/math.pi
    117117    wave = 1.54052
    118     File = open(fileName,'Ur')
     118    File = open(fileName,'r')
    119119    Comments = []
    120120    peaks = []
Note: See TracChangeset for help on using the changeset viewer.