Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
2bb0b819
Commit
2bb0b819
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX: typo
parent
90282a91
No related branches found
No related tags found
2 merge requests
!71
REL: RElease v0.2.0
,
!64
ENH: Using float converters on integer values
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/caoscrawler/converters.py
+1
-1
1 addition, 1 deletion
src/caoscrawler/converters.py
src/doc/converters.rst
+1
-1
1 addition, 1 deletion
src/doc/converters.rst
with
2 additions
and
2 deletions
src/caoscrawler/converters.py
+
1
−
1
View file @
2bb0b819
...
...
@@ -807,7 +807,7 @@ class TableConverter(Converter):
The rows can be matched using a DictDictElementConverter.
"""
@
abstractmethod
@abstractmethod
def
get_options
(
self
):
"""
This method needs to be overwritten by the specific table converter to provide
...
...
This diff is collapsed.
Click to expand it.
src/doc/converters.rst
+
1
−
1
View file @
2bb0b819
...
...
@@ -87,7 +87,7 @@ Typical Subtree converters
These converters expect `match_name` and `match_value` in their definition
which allow to match the key and the value, respectively.
Note that the
i
r are defaults for accepting other types. For example,
Note that ther
e
are defaults for accepting other types. For example,
DictFloatElementConverter also accepts DictIntegerElements. The default
behavior can be adjusted with the fields `accept_text`, `accept_int`,
`accept_float`, and `accept_bool`.
...
...
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