ALBATROS-Experiment / albatros_analysis

analyse albatros radio signals
https://albatros-experiment.github.io/albatros_analysis/
1 stars 0 forks source link

standardise string formatting everywhere #16

Open dcxSt opened 1 year ago

dcxSt commented 1 year ago

This includes path string formatting. It's considered best practice to use path = os.path.join(dir, fname) instead of dir+'/'+fname, which can lead to unnecessary headaches and confusing bugs.