Skip to content

Commit

Permalink
Minor fixes for datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrojak committed Aug 31, 2021
1 parent 9414b21 commit c9649ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/datatypes/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ def set_peek(self, dataset, is_multi_byte=False):
dataset.blurb = 'file purged from disk'

class CTL_check(Text):
"""Class describing a CTL modelchecking output"""
"""Class describing a CTL model checking output"""
file_ext = "ctl.check"

def sniff(self, filename):
"""
Determines whether the file is in .storm.check format
Determines whether the file is in .ctl.check format
"""
content = open(filename, 'r').read()
keywords = ["Result:", "Number of satisfying states:"]
Expand Down

0 comments on commit c9649ce

Please sign in to comment.