The MetadataWizard is a useful tool designed to facilitate FGDC metadata creation for spatial and non-spatial data sets. It is a cross-platform desktop application built using an open-source Python architecture.
<class 'TypeError'> stat: path should be string, bytes, os.PathLike or integer, not NoneType <traceback object at 0x12c612ac8>
Traceback (most recent call last):
File "pymdwizard/gui/MainWindow.py", line 408, in new_record
if not os.path.exists(template_fname):
File "/Users/dnowacki/miniconda3/envs/pymdwizard/lib/python3.6/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Ouch. The value returned from an unset settings went from the empty string to a None type at some point. Fixed with: 033d356f87f001cf554fa3a4d2f129dc6f36c386
pymdwizard 2.0.4 macOS 10.12.6
Steps to reproduce: