Skip to content

Commit

Permalink
Update operatorROI.py
Browse files Browse the repository at this point in the history
Fixed library directory
  • Loading branch information
vikrapivin authored Feb 2, 2023
1 parent da38d41 commit cf1c4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operatorROI.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import pandas as pd

# SACLA database library and online analysis library
sys.path.append('/home/software/SACLA_tool/local/python3.5/lib/python3.5/site-packages')
sys.path.append('/prj/SACLA_tool/lib')
import dbpy, olpy

# Import custom online library
Expand Down

0 comments on commit cf1c4c5

Please sign in to comment.