Skip to content

Commit d858d3f

Browse files
committed
add new line to DEPRECATION_WARNING
1 parent 1e38d80 commit d858d3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ph5/utilities/metadatatoph5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
DEPRECATION_WARNING = (
2727
'metadatatoph5 is no longer supported by the PH5 software. '
2828
'Please use different functions to format data as PH5.\n\n'
29-
'To force running the command anyway, please use flag --force')
29+
'To force running the command anyway, please use flag --force\n\n')
3030

3131

3232
def is_ph5_array_csv(fh):

ph5/utilities/obspytoph5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
DEPRECATION_WARNING = (
2424
'mstoph5 is no longer supported by the PH5 software. '
2525
'Please use different functions to format data as PH5.\n\n'
26-
'To force running the command anyway, please use flag --force')
26+
'To force running the command anyway, please use flag --force\n\n')
2727

2828

2929
class ObspytoPH5Error(Exception):

ph5/utilities/segy2ph5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
DEPRECATION_WARNING = (
2323
'segy2ph5 is no longer supported by the PH5 software. '
2424
'Please use different functions to format data as PH5.\n\n'
25-
'To force running the command anyway, please use flag --force')
25+
'To force running the command anyway, please use flag --force\n\n')
2626

2727
MAX_PH5_BYTES = 1073741824 * .5 # 1/2GB (1024 X 1024 X 1024 X .5)
2828
DAS_INFO = {}

0 commit comments

Comments
 (0)