Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sylvaine Ferrachat
make_script
Commits
d08fc069
Commit
d08fc069
authored
Aug 02, 2019
by
Sylvaine Ferrachat
Browse files
Minor config file name and docutil string corrections
parent
de1527a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/make_script/mksc.py
View file @
d08fc069
...
...
@@ -4,7 +4,7 @@
"""
Sylvaine Ferrachat 2019-03
Run `mk
_
sc
ript
.py --help` for full description / usage
Run `mksc.py --help` for full description / usage
or inspect the below `run` function docstring
"""
...
...
@@ -34,7 +34,7 @@ tmpl_dir = resource_filename(__name__,'templates')
tmpl_ext
=
'.tmpl'
config_header
=
'# Configure file for {}
\n
'
.
format
(
os
.
path
.
basename
(
sys
.
argv
[
0
]))
config_file
=
os
.
path
.
join
(
os
.
path
.
expanduser
(
'~'
),
'.mk
_
sc
ript
.cfg'
)
config_file
=
os
.
path
.
join
(
os
.
path
.
expanduser
(
'~'
),
'.mksc.cfg'
)
# Supported languages helper
for
rootdir
,
dirs
,
files
in
os
.
walk
(
tmpl_dir
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment