Skip to content

Commit

Permalink
changename3
Browse files Browse the repository at this point in the history
  • Loading branch information
DSeiferth committed Mar 21, 2024
1 parent a675fe1 commit ddff6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoreAnalyser/poreanalyser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
#bla = os.getcwd() + '/PoreFinding/'
bla = os.path.realpath(__file__)[:-14]
bla = os.path.realpath(__file__) #[:-14]
print(bla)
import sys
sys.path.append(bla)
Expand Down

0 comments on commit ddff6e9

Please sign in to comment.