Skip to content

Commit

Permalink
fixing layer
Browse files Browse the repository at this point in the history
  • Loading branch information
mhallerud committed Aug 10, 2019
1 parent f87aa51 commit 88ea963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BRAT_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def make_layers(out_network, diversion_pts):

if diversion_pts is not None:
try:
make_layer(canal_folder, diversion_pts, "Provisional Points of Diversion", pts_diversion_symbology, is_raster=False)
make_layer(os.path.dirname(diversion_pts), diversion_pts, "Provisional Points of Diversion", pts_diversion_symbology, is_raster=False)
except Exception as err:
print err

Expand Down

0 comments on commit 88ea963

Please sign in to comment.