Changeset 1752 in lmdz_wrf


Ignore:
Timestamp:
Dec 21, 2017, 3:27:10 PM (8 years ago)
Author:
lfita
Message:

Fixing on `printing_dictionary' the possibility for non character keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1699 r1752  
    90879087
    90889088    for key in dictv.keys():
    9089         print '    # ' + key + ':', dictv[key]
     9089        print '    # ' , key, ':', dictv[key]
    90909090
    90919091    return
Note: See TracChangeset for help on using the changeset viewer.