aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2023-10-17 10:04:57 +0100
committerArturs Artamonovs <dos21h@gmail.com>2023-10-17 10:04:57 +0100
commit28981a527dbca158e0c199a0c755c1516f5f349c (patch)
treef40fb72d5f16490c109aacba9f403333f7441938
parentf6b6bf250ab979f6d9d1fffb95c3fa503aad44df (diff)
downloadpyairspyhf-28981a527dbca158e0c199a0c755c1516f5f349c.tar.gz
pyairspyhf-28981a527dbca158e0c199a0c755c1516f5f349c.zip
Style fix of printed actual version numberHEADmaster
-rw-r--r--airspyhf/libairspyhf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf/libairspyhf.py b/airspyhf/libairspyhf.py
index c279b34..8918978 100644
--- a/airspyhf/libairspyhf.py
+++ b/airspyhf/libairspyhf.py
@@ -89,7 +89,7 @@ if (p.major_version==1) and (p.minor_version==6) and (p.revision==8):
print("Set libairspyhf version 1.6.8")
else:
CURRENT_VERSION = VERSION_171
- print("Set libairspyhf version 1.7.1 (Actual version (%d,%d,%d)"%(p.major_version,p.minor_version,p.revision))
+ print("Set libairspyhf version 1.7.1 (Actual version (%d.%d.%d)"%(p.major_version,p.minor_version,p.revision))
#int ADDCALL airspyhf_list_devices(uint64_t *serials, int count);