Skip to content

Commit

Permalink
Update src/dtscalibration/io/apsensing.py printout language fix
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Schilperoort <[email protected]>
  • Loading branch information
davechris and BSchilperoort committed Sep 9, 2024
1 parent 79de203 commit d18f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtscalibration/io/apsensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def read_apsensing_files(
# add .tra data if it is available
tra_exists, tra_filepathlist = check_if_tra_exists(filepathlist)
if tra_exists:
print(".tra files exist and will be read")
print(".tra files are present and will be read")
data_dict_list = []
for _, tra_file in enumerate(tra_filepathlist):
data_dict = read_single_tra_file(tra_file)
Expand Down

0 comments on commit d18f585

Please sign in to comment.