Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Jan 12, 2024
1 parent 50e2f41 commit db11deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdtools/labelstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def get_name(df):

print(df.head())

source_file_ex = df["source_file"].iloc[0]
dep, source_file_ex = df["source_file_with_dep"].iloc[0:1]
print(dep)
print(source_file_ex)
proj = source_file_ex.split("/")[0]
print(proj)
Expand Down

0 comments on commit db11deb

Please sign in to comment.