Commit 0002e167 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fixup: PYCONRAD_HEADLESS

parent 9c5c4364
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ def imshow(img,
        run_args {str} -- Commands for ImageJ command `run_args`
    """
    import ij
    if 'PYCONRAD_HEADLESS' in os.env:
    if 'PYCONRAD_HEADLESS' in os.environ:
        return

    class ImageListener: