Skip to content

Commit c023f8a

Browse files
authored
Merge pull request #177 from IGNF/fix_main_color
fix: main color
2 parents 411ffa4 + 92bd260 commit c023f8a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# dev
2+
- [fix] color: fix main
3+
14
# 1.15.8
25
- [fix] las_merge: handle filenames with different prefix
36

pdaltools/color.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,5 @@ def from_files_func(args):
301301

302302

303303
if __name__ == "__main__":
304-
args = argument_parser.parse_args()
304+
args = argument_parser().parse_args()
305305
args.func(args)

0 commit comments

Comments
 (0)