NOAA-MDL / GIFTs

Generate IWXXM From TAC software
Other
11 stars 2 forks source link

Update to properly handle creating symbolic links on Windows machine #5

Closed mgoberfield closed 4 years ago

mgoberfield commented 4 years ago

Python 2.7 does not have a native os.symlink() method, so created one. Added documentation to README and fixed typos.