Skip to content

Commit 5bf5db5

Browse files
authored
More refactoring and descriptions (#185)
* More refactoring and descriptions Signed-off-by: Aleksandr Motsjonov <[email protected]> * PR review comments address Signed-off-by: Aleksandr Motsjonov <[email protected]> * changes to be deleted in next commit Signed-off-by: Aleksandr Motsjonov <[email protected]> * revert to good old copy paste and simpler code Signed-off-by: Aleksandr Motsjonov <[email protected]> * More PR comment address Signed-off-by: Aleksandr Motsjonov <[email protected]> * Fix bug where help is printed out for --list-cameras and --list-illuminants Signed-off-by: Aleksandr Motsjonov <[email protected]> --------- Signed-off-by: Aleksandr Motsjonov <[email protected]>
1 parent 7234183 commit 5bf5db5

File tree

2 files changed

+267
-216
lines changed

2 files changed

+267
-216
lines changed

include/rawtoaces/image_converter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace rta
1111
namespace util
1212
{
1313

14-
/// Collect all files from a given`path` into batchs. If the `path` is a
14+
/// Collect all files from a given `path` into batchs. If the `path` is a
1515
/// directory, create an entry in `batches` and fill it with the file names
1616
/// from that directory. If the `path` is a file, add its name to the first
1717
/// entry in `batches`.

0 commit comments

Comments
 (0)