debugging added

This commit is contained in:
Ubuntu
2024-03-10 07:54:31 +00:00
parent a9a21b2c53
commit 6bc4e625a8
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -99,6 +99,8 @@ if 'maamseek@aarete.com' in user_list:
df['Timeline'] = e
df['Carveout Indicator'] = f
df['Carveout Methodology'] = g
dir_path = os.path.dirname(os.path.realpath(__file__))
print(f'DEBUGGING: PWD= {dir_path}')
df.to_csv('temp1.csv', index=False)
add_vertical_space(1)