Skip to content

Commit

Permalink
expand user home dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Oct 31, 2022
1 parent cfe6ba2 commit 3885395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset_image_annotator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def load_images(self):

def main():
args = get_parsed_args()
data_root_path = Path(args.data_root)
data_root_path = Path(args.data_root).expanduser()

app = QApplication(sys.argv)
mainwindow = MainWindow(data_root_path)
Expand Down

0 comments on commit 3885395

Please sign in to comment.