Skip to content

Commit

Permalink
Fix banner relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneymbell committed Dec 18, 2019
1 parent 99129f9 commit 9f84d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baltic/samogitia.py
Expand Up @@ -43,7 +43,7 @@ def overlap(a,b):
upper=int(upper)

try:
for line in open('banner_samogitia.txt','r'):
for line in open('../docs/banner_samogitia.txt','r'):
sys.stderr.write('%s'%(line))
except:
pass
Expand Down

0 comments on commit 9f84d71

Please sign in to comment.