We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0dbb1 commit 1d0405dCopy full SHA for 1d0405d
src/dsst_defacing_wf.py
@@ -203,7 +203,7 @@ def main():
203
print(f"Run the following command to start a VisualQC Deface session:\n\t{vqcdeface_cmd}\n")
204
with open(output / 'QC_prep' / 'defacing_qc_cmd', 'w') as f:
205
f.write(vqcdeface_cmd + '\n')
206
- run_command(f"export DISPLAY=$TMP_DISPLAY;")
+ run_command(f"export DISPLAY=`echo $TMP_DISPLAY`")
207
208
209
if __name__ == "__main__":
0 commit comments