Skip to content

Commit

Permalink
formatting time stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
monodera committed Sep 28, 2024
1 parent fa11819 commit 9389521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pfs_target_uploader/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def load_file_properties(datadir, ext="ecsv", n_uid=16):
)

t2 = time.time()

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Variable name "t2" doesn't conform to snake_case naming style Warning

Variable name "t2" doesn't conform to snake_case naming style

Check warning

Code scanning / Pylint (reported by Codacy)

Variable name "t2" doesn't conform to snake_case naming style Warning

Variable name "t2" doesn't conform to snake_case naming style
logger.info(f"Loading file properties finished in {t2-t1} s")
logger.info(f"Loading file properties finished in {t2-t1:.2f} s")

if len(df_psl_tgt) == 0:
logger.warning(f"There are no ecsv files in the designated folder ({datadir}).")
Expand Down

0 comments on commit 9389521

Please sign in to comment.