BF: feedsRun writing to test directory, not output directory
Compare changes
Files
2@@ -68,6 +68,7 @@ above assumptions:
@@ -154,6 +155,7 @@ if __name__ == '__main__':
unit_tests/avwutils/fix_orient
currently writes its files to the test directory and not the output directory. This fix will chdir
before each test is called - this only needs to be done once, but by placing in the main try
block the script will throw if the chdir
fails for any reason.