Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caren Kresse
callgraph
Commits
e0c9ab5f
Commit
e0c9ab5f
authored
May 14, 2021
by
Carsten Emde
Browse files
The entire directory is only skipped, if it is edited in place
parent
9c4c5617
Changes
1
Hide whitespace changes
Inline
Side-by-side
generatecypher.py
View file @
e0c9ab5f
...
...
@@ -480,8 +480,7 @@ def main(argv):
mustskip
=
False
for
s
in
skipdirs
:
if
root
.
startswith
(
s
+
'/'
)
or
root
==
s
:
for
d
in
dirs
:
dirs
.
remove
(
d
)
dirs
[:]
=
[]
mustskip
=
True
break
if
mustskip
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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