Skip to content

Commit

Permalink
fix CI 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek committed Nov 15, 2023
1 parent 818e479 commit dec1fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_base_industry_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def create_industry_base_totals(df):
)

print("###########################################################")
print(snakemake.input["unsd_path"])
#print(snakemake.input["unsd_path"])
print(unsd_path)
absolute_path = os.path.abspath(__file__)
print(os.getcwd() + unsd_path)
Expand Down

0 comments on commit dec1fe7

Please sign in to comment.