Skip to content

Commit

Permalink
removing extra ,
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero committed Nov 28, 2024
1 parent 5804f32 commit 2d4844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/submission/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def update_process_label(self):
"SYSTEM"
].get("lspinorb", False)

soc_info = ", spin-orbit coupling" if soc_parameters else ""
soc_info = "spin-orbit coupling" if soc_parameters else ""

properties = [p for p in workchain_data["properties"] if p != "relax"]
relax_type = workchain_data.get("relax_type", "none")
Expand Down

0 comments on commit 2d4844d

Please sign in to comment.