Skip to content

Commit

Permalink
Merge de8dac8 into 7821f78
Browse files Browse the repository at this point in the history
  • Loading branch information
pjamesjoyce committed Dec 13, 2019
2 parents 7821f78 + de8dac8 commit 1fb8745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructive_geometries/cg.py
Expand Up @@ -107,7 +107,7 @@ def construct_rest_of_world(self, excluded, name=None, fp=None, geom=True):
warn(MISSING_GIS)
return

geom = _union(included)[1]
geom = _union(None, self.faces_fp, included)[1]
if fp:
self.write_geoms_to_file(fp, [geom], [name] if name else None)
return fp
Expand Down

0 comments on commit 1fb8745

Please sign in to comment.