Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/UCSD-E4E/PyHa into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobGlennAyers committed Apr 8, 2022
2 parents 18e5bf7 + 1a4cccd commit 9de4cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyHa/IsoAutio.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def kaleidoscope_conversion(df):
Returns:
Pandas Dataframe compatible with Kaleidoscope.
"""
kaleidoscope_df = [df["FOLDER"], df["IN FILE"], df["CHANNEL"],
kaleidoscope_df = [df["FOLDER"].str.rstrip("/\\"), df["IN FILE"], df["CHANNEL"],
df["OFFSET"], df["DURATION"], df["MANUAL ID"]]
headers = ["FOLDER", "IN FILE", "CHANNEL",
"OFFSET", "DURATION", "MANUAL ID"]
Expand Down

0 comments on commit 9de4cce

Please sign in to comment.