Skip to content

Commit 1d0405d

Browse files
committed
syntax correction
1 parent 2f0dbb1 commit 1d0405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsst_defacing_wf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def main():
203203
print(f"Run the following command to start a VisualQC Deface session:\n\t{vqcdeface_cmd}\n")
204204
with open(output / 'QC_prep' / 'defacing_qc_cmd', 'w') as f:
205205
f.write(vqcdeface_cmd + '\n')
206-
run_command(f"export DISPLAY=$TMP_DISPLAY;")
206+
run_command(f"export DISPLAY=`echo $TMP_DISPLAY`")
207207

208208

209209
if __name__ == "__main__":

0 commit comments

Comments
 (0)