Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fluent-dir-input
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Klaus Wölfel
fluent-dir-input
Commits
8afe6461
Commit
8afe6461
authored
Sep 25, 2016
by
Klaus Wölfel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove uncompatible char '#' from tagname
parent
9025569b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fluent_dir_input.py
fluent_dir_input.py
+1
-1
No files found.
fluent_dir_input.py
View file @
8afe6461
...
...
@@ -51,7 +51,7 @@ class FluentDirInput(object):
else
:
start_index
=
0
for
filepath
in
path_list
[
start_index
:]:
tag
=
filepath
.
strip
(
'/'
).
replace
(
'/'
,
'.'
)
tag
=
filepath
.
strip
(
'/'
).
replace
(
'
#'
,
''
).
replace
(
'
/'
,
'.'
)
result
=
False
retry_wait
=
1
while
result
is
False
:
...
...
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