Skip to content

Commit

Permalink
Crash Recovery dialog should indicate crash folder location qLab#1461
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyquest committed Sep 20, 2024
1 parent f4cbbb1 commit 8b73b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/qlibutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def do_crash_recovery(calledFromUI=False):

sel = hou.ui.selectFromList(files, exclusive=True,
title="Crash Recovery",
message="Select .hip File to Recover")
message="Select .hip File to Recover\n(from: %s)" % tmpdir)

recovered = False
if len(sel) > 0:
Expand Down

0 comments on commit 8b73b70

Please sign in to comment.