Skip to content

Commit

Permalink
fix outlog return tab [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel authored Dec 2, 2022
1 parent 2197fe5 commit 5da8867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simmer/add_dark_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def log_to_csv(log, tab, end, dark_log):
#add the darks to the end of the data frame
full_log = current_log.append(dark_log, ignore_index=True)
full_log.to_csv(outlog, index=False, header=True)
return outlog
return outlog



Expand Down

0 comments on commit 5da8867

Please sign in to comment.