Closed Sann5 closed 7 months ago
In reference_db/tests/test_format.py there are many variables named dirpath. This PR changes all of those variables to path_to_file which is more appropriate since they all contain paths to files and not directories.
reference_db/tests/test_format.py
dirpath
path_to_file
Hey @Sann5, maybe you can rather rename those to something like filepath or simply fp - no need for all this verbosity 😅
filepath
fp
@misialq done :)
@misialq shit sorry, here we go again 😅
lgtm!
In
reference_db/tests/test_format.py
there are many variables nameddirpath
. This PR changes all of those variables topath_to_file
which is more appropriate since they all contain paths to files and not directories.