Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
CodyCBakerPhD committed Aug 7, 2024
1 parent 9cba645 commit 40dcc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
@@ -981,9 +981,9 @@ def update_conversion_progress(message):

# Object is a standard interface
else:
interface = interface_or_converter
interface = interface_or_subconverter

conversion_options_schema_per_interface = options_per_interface_or_converter.get("properties", dict())
conversion_options_schema_per_interface = conversion_options_schema.get("properties", dict())
options_to_update = conversion_options[interface]

if run_stub_test is True and "stub_test" in conversion_options_schema_per_interface:

0 comments on commit 40dcc73

Please sign in to comment.