Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flexpart
Flex Extract
Commits
b2e95c3d
Commit
b2e95c3d
authored
6 years ago
by
Anne Philipp
Browse files
Options
Downloads
Patches
Plain Diff
removed unused method
parent
6cda7c1b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/python/mods/tools.py
+0
-6
0 additions, 6 deletions
source/python/mods/tools.py
with
0 additions
and
6 deletions
source/python/mods/tools.py
+
0
−
6
View file @
b2e95c3d
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment