Skip to content
Snippets Groups Projects
Commit b2e95c3d authored by Anne Philipp's avatar Anne Philipp
Browse files

removed unused method

parent 6cda7c1b
No related branches found
No related tags found
No related merge requests found
...@@ -99,12 +99,6 @@ def none_or_int(value): ...@@ -99,12 +99,6 @@ def none_or_int(value):
return None return None
return int(value) return int(value)
def check_filepattern(filename):
'''
'''
if '.ksh' in filename:
return True
return False
def get_cmdline_arguments(): def get_cmdline_arguments():
'''Decomposes the command line arguments and assigns them to variables. '''Decomposes the command line arguments and assigns them to variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment