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