fatmapper/fatmapper_dict_missing_data.py
2018-06-15 21:16:53 +02:00

12 lines
202 B
Python
Executable File

#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
# Only a short python script to provoke exit state 4 of the fatmapper module!
import fatmapper
empty = {}
fatmapper.transform( empty )
sys.exit( 0 )