Skip to content

Commit

Permalink
Fixed multiple spaces before operator
Browse files Browse the repository at this point in the history
  • Loading branch information
tmnp19 committed May 28, 2024
1 parent 19840c3 commit 527cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piglot/solver/abaqus/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def input_variables():
if set_name_list else None
variables['field'] = field_list[0].replace('field=', '') \
if field_list else None
variables['x_field'] = x_field_list[0].replace('x_field=', '') \
variables['x_field'] = x_field_list[0].replace('x_field=', '') \
if x_field_list else None

return variables
Expand Down

0 comments on commit 527cf3e

Please sign in to comment.