Skip to content

Commit

Permalink
Darwin tested
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Nov 25, 2018
1 parent 2d4e4d8 commit e5a8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_img.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def calculate_collage_bipartite(dest_img_path: str, imgs: List[np.ndarray], dup:

from lapjv import lapjv

if v is not None and platform.system() == "Linux" and v.gui:
if v is not None and (platform.system() == "Linux" or platform.system() == "Darwin") and v.gui:
try:
from wurlitzer import pipes, STDOUT
from wurlitzer import Wurlitzer
Expand Down

0 comments on commit e5a8120

Please sign in to comment.