Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
2dd72a75
Commit
2dd72a75
authored
Nov 20, 2017
by
Daniel Scheffler
Browse files
Removed buggy assertion. Updated version info.
parent
b1bc71b8
Pipeline
#1575
passed with stages
in 1 minute and 19 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
2dd72a75
# -*- coding: utf-8 -*-
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
__version__
=
'0.12.
3
'
__versionalias__
=
'20171120_0
2
'
__version__
=
'0.12.
4
'
__versionalias__
=
'20171120_0
3
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
py_tools_ds/processing/progress_mon.py
View file @
2dd72a75
...
...
@@ -61,8 +61,6 @@ class ProgressBar(object):
http://stackoverflow.com/questions/3173320/text-progress-bar-in-the-console
"""
assert
out
in
[
sys
.
stdout
,
sys
.
stderr
]
self
.
prefix
=
prefix
self
.
suffix
=
suffix
self
.
decimals
=
decimals
...
...
setup.py
View file @
2dd72a75
...
...
@@ -18,7 +18,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.12.
3
'
,
version
=
'0.12.
4
'
,
description
=
"A collection of Python tools by Daniel Scheffler."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment