Skip to content

Commit

Permalink
Update ptbr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Jan 27, 2025
1 parent b4c7f07 commit f6603de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dependencies/python/ptbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

import re

file_path = "_ark/dx/macros/dx_macros.dta"
file_path = os.path.abspath("_ark/dx/macros/dx_macros.dta")

import os
print("Current Working Directory:", os.getcwd())

# Read the entire file
with open(file_path, "r") as f:
Expand Down

0 comments on commit f6603de

Please sign in to comment.