We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 411ffa4 + 92bd260 commit c023f8aCopy full SHA for c023f8a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# dev
2
+- [fix] color: fix main
3
+
4
# 1.15.8
5
- [fix] las_merge: handle filenames with different prefix
6
pdaltools/color.py
@@ -301,5 +301,5 @@ def from_files_func(args):
301
302
303
if __name__ == "__main__":
304
- args = argument_parser.parse_args()
+ args = argument_parser().parse_args()
305
args.func(args)
0 commit comments