data_dir not used by flighpath save

Issue #337 resolved
Reimar Bauer created an issue

We have introduced data_dir parameter by 1.7.0.

Somehow not all of our store/load methods use it as initial path

This needs a review.

Comments (3)

  1. Reimar Bauer reporter
    elif pickertype in ["qt", "default"]:
         filename = get_open_filename_qt(parent, title, dirname, filt)
    

    looks like did not understand dirname

  2. Log in to comment