Skip to content

Commit

Permalink
update conversion path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Apr 25, 2024
1 parent 381d11a commit fd46ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drishti/handlers/handle_darshan.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def check_log_version(console, file, log_version, library_version):

sys.exit(os.EX_DATAERR)

use_file = file.replace('.darshan', '.converted.darshan')
use_file = os.path.abspath(file.replace('.darshan', '.converted.darshan'))

console.print(
Panel(
Expand Down

0 comments on commit fd46ba3

Please sign in to comment.