Skip to content
Snippets Groups Projects
Commit eced09ce authored by Eva Schiffer's avatar Eva Schiffer
Browse files

adding an ignore file and fixing the pass fail bug in the config_organizer

parent 2dc5d37c
No related branches found
No related tags found
No related merge requests found
### PYTHON IGNORES ###
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
### C IGNORES ###
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
### Various OS Files ###
.DS_Store
._.DS_Store
Thumbs.db
......@@ -527,6 +527,8 @@ def get_simple_variable_defaults ( ) :
tempOptions = { }
tempOptions.update(glance_analysis_defaults)
return tempOptions
# FUTURE, at some point set up test cases
if __name__=='__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment