Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
No changes, resolving commit history (#6)
Browse files Browse the repository at this point in the history
* Update readme (#2)

* Restored README

* Updated README

* Changed a character to upper case

* Problem: Path appended twice to VRT file path

Once before calling create_vrt_permanent, and a second time inside
create_vrt_permanent.

It ended up trying to create a file with a path like:

./output/fieldmosaic/./output/fieldmosaic/fullfield_mosaic.vrt

Solution: Pass the bare filename (no path) into create_vrt_permanent

P.S. I also noticed and removed a redundant conditional statement (both
branches were exactly the same)

Co-authored-by: Julian Pistorius <julianpistorius@users.noreply.github.com>
  • Loading branch information
Chris-Schnaufer and julianpistorius authored Jan 8, 2020
1 parent 87ce072 commit 1b17fab
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1b17fab

Please sign in to comment.