|
From: <kin...@us...> - 2023-08-02 00:00:37
|
Revision: 7144
http://sourceforge.net/p/teem/code/7144
Author: kindlmann
Date: 2023-08-02 00:00:35 +0000 (Wed, 02 Aug 2023)
Log Message:
-----------
better wording of diagnostic message
Modified Paths:
--------------
teem/trunk/python/cffi/exult.py
Modified: teem/trunk/python/cffi/exult.py
===================================================================
--- teem/trunk/python/cffi/exult.py 2023-08-01 20:47:28 UTC (rev 7143)
+++ teem/trunk/python/cffi/exult.py 2023-08-02 00:00:35 UTC (rev 7144)
@@ -763,7 +763,7 @@
path_bdata = self.path_biffdata + f'/{lib}.csv'
if not os.path.isfile(path_bdata):
if self.verb:
- print(f'Tffi.wrap: library {lib} has no biffdata.csv file, moving on')
+ print(f'Tffi.wrap: library {lib} has no biffdata .csv file, moving on')
continue
if self.verb:
print(f'Tffi.wrap: reading {path_bdata} ...')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|