Skip to content

Commit

Permalink
Merge pull request #1634 from HEXRD/default-working-dir
Browse files Browse the repository at this point in the history
Make the default working dir the current directory
  • Loading branch information
psavery authored Dec 6, 2023
2 parents ef6e408 + 6643675 commit 77984c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrdgui/hexrd_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def __init__(self):
self.gui_yaml_dict = None
self.cached_gui_yaml_dicts = {}
self.calibration_flags_order = {}
self.working_dir = None
self.working_dir = '.'
self.images_dir = None
self.imageseries_dict = {}
self.current_imageseries_idx = 0
Expand Down

0 comments on commit 77984c4

Please sign in to comment.