Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
pycodegen
pystencils-sfg
Commits
d477cc99
Commit
d477cc99
authored
1 year ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
added missing exits
parent
c1813091
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#57661
passed
1 year ago
Stage: pretest
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pystencilssfg/cli.py
+2
-0
2 additions, 0 deletions
src/pystencilssfg/cli.py
with
2 additions
and
0 deletions
src/pystencilssfg/cli.py
+
2
−
0
View file @
d477cc99
...
...
@@ -84,11 +84,13 @@ def list_files(args):
def
print_cmake_modulepath
(
args
):
from
.cmake
import
get_sfg_cmake_modulepath
print
(
get_sfg_cmake_modulepath
(),
end
=
os
.
linesep
if
args
.
newline
else
''
)
exit
(
0
)
def
make_cmake_find_module
(
args
):
from
.cmake
import
make_find_module
make_find_module
()
exit
(
0
)
def
abort_with_config_exception
(
exception
:
SfgConfigException
):
...
...
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