Changeset 4872


Ignore:
Timestamp:
Apr 3, 2021 4:04:54 PM (3 years ago)
Author:
toby
Message:

export project to giant ASCII file; add CIF tutorial; set misc svn flags

Files:
30 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIfiles.py

    r4687 r4872  
    467467                exporterlist.append(exporter)
    468468        except AttributeError:
    469             G2Print ('Export Attribute Error ' + filename)
     469            G2Print ('Export Attribute Error ' + import_files[pkg])
    470470            if traceback:
    471471                traceback.print_exc(file=sys.stdout)
    472472        except Exception as exc:
    473             G2Print ('\nExport init: Error importing file ' + filename)
     473            G2Print ('\nExport init: Error importing file ' + import_files[pkg])
    474474            G2Print (u'Error message: {}\n'.format(exc))
    475475            if traceback:
  • trunk/GSASIIseqGUI.py

    • Property svn:keywords set to Date Author Revision URL Id
    r4835 r4872  
    22#GSASIIseqGUI - Sequential Results Display routines
    33########### SVN repository information ###################
    4 # $Date: $
    5 # $Author: toby $
    6 # $Revision: $
    7 # $URL: $
    8 # $Id: GSASIIseqGUI.py 4829 2021-02-25 23:16:59Z toby $
     4# $Date$
     5# $Author$
     6# $Revision$
     7# $URL$
     8# $Id$
    99########### SVN repository information ###################
    1010'''
     
    3838    pass
    3939import GSASIIpath
    40 GSASIIpath.SetVersionNumber("$Revision: 4829 $")
     40GSASIIpath.SetVersionNumber("$Revision$")
    4141import GSASIImath as G2mth
    4242import GSASIIIO as G2IO
  • trunk/imports/G2phase_xyz.py

    • Property svn:keywords set to Date Author Revision URL Id
    r4573 r4872  
    11# -*- coding: utf-8 -*-
    22########### SVN repository information ###################
    3 # $Date: $
    4 # $Author: $
    5 # $Revision: $
    6 # $URL: $
    7 # $Id: $
     3# $Date$
     4# $Author$
     5# $Revision$
     6# $URL$
     7# $Id$
    88########### SVN repository information ###################
    99#
     
    2626import GSASIIlattice as G2lat
    2727import GSASIIpath
    28 GSASIIpath.SetVersionNumber("$Revision: $")
     28GSASIIpath.SetVersionNumber("$Revision$")
    2929
    3030class XYZ_ReaderClass(G2obj.ImportPhase):
  • trunk/testSytSym.py

    • Property svn:eol-style set to native
    • Property svn:keywords set to Date Author Revision URL Id
Note: See TracChangeset for help on using the changeset viewer.