[bugfixes] filtering should be possible for all recognized phases now

This commit is contained in:
2017-07-20 14:09:35 +02:00
parent d48d29f7ec
commit f93713fdad
2 changed files with 48 additions and 44 deletions
+3
View File
@@ -30,6 +30,9 @@ def readFilterInformation(pylot_parameter):
return filter_information
# suffix for phase name if not phase identified by last letter (P, p, etc.)
ALTSUFFIX = ['diff', 'n', 'g', '1', '2', '3']
FILTERDEFAULTS = readDefaultFilterInformation(os.path.join(os.path.expanduser('~'),
'.pylot',
'pylot.in'))