Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dimitri Podborski
AutomationTools
Commits
4aeaf5c2
Commit
4aeaf5c2
authored
Mar 31, 2021
by
Dimitri Podborski
Browse files
close
#196
parent
ee006bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
systems.py
View file @
4aeaf5c2
...
...
@@ -44,7 +44,7 @@ def print_infos(table_entries):
document
=
entry
[
'document'
]
project
=
entry
[
'project'
]
if
not
document
:
print
(
'
Document not found. Try updating the database (-u) or select another meeting (--meeting).'
)
print
(
'
WARNING:
Document not found. Try updating the database (-u) or select another meeting (--meeting).'
)
continue
print
(
'-'
*
51
+
'
\n
'
+
document
[
'document'
]
+
'
\n
'
+
'. '
*
25
+
'.'
)
print
(
'MDMS metadata'
)
...
...
@@ -326,7 +326,7 @@ def parse_cli(docs, project_url_or_path, close_flag, gitlab_projects, input_docs
for
doc
in
docs
:
document
=
helpers
.
find_document
(
input_docs
,
'm'
+
doc
)
if
not
document
:
print
(
'
Document not found. Try updating the database (-u) or select another meeting (--meeting).'
)
print
(
'
WARNING:
Document
"m{}"
not found. Try updating the database (-u) or select another meeting (--meeting).'
.
format
(
doc
)
)
continue
table_entries
.
append
({
'project'
:
project
,
...
...
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