Skip to content

Commit

Permalink
zest_sn.py: Attempt to fix CI, remove os.path for bedrock path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmurthy committed Oct 19, 2023
1 parent d8a0835 commit b4e60a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/test_marble_family/zest_sn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# using Marble i2c bridge functionality.
# More, generally, interacts with EEPROM address 0xa0 on FMC 1.
import sys
# bedrock_dir = "../../"
import os
bedrock_dir = os.path.dirname(__file__) + "../../"
bedrock_dir = "../../"
sys.path.append(bedrock_dir + "peripheral_drivers/i2cbridge")
sys.path.append(bedrock_dir + "badger")
import assem
Expand Down

0 comments on commit b4e60a4

Please sign in to comment.