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
sciReptor
AIRR CEF Toolbox
Commits
48cbfdbf
Commit
48cbfdbf
authored
Aug 23, 2021
by
Francisco Arcila Salamanca
Browse files
fix check for property nested statement
parent
e1add620
Changes
1
Hide whitespace changes
Inline
Side-by-side
scirexport/importools.py
View file @
48cbfdbf
...
...
@@ -173,7 +173,8 @@ def import_rearrangements(
[
airr_extended_dic
[
x
][
"table"
]
for
x
in
rearrangements
.
columns
if
airr_extended_dic
[
x
]
if
x
in
airr_extended_dic
and
airr_extended_dic
[
x
]
and
"table"
in
airr_extended_dic
[
x
]
and
"current"
==
airr_extended_dic
[
x
][
"database"
]
]
...
...
Write
Preview
Supports
Markdown
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