Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/wulffern/aic2024
Browse files Browse the repository at this point in the history
  • Loading branch information
wulffern committed Jan 5, 2024
2 parents 4c47023 + aad070e commit cf1b45e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/lecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ def __init__(self,imgsrc,options):
def copy(self):
if(self.isUrl and not ("downloadImage" in self.options) ):
return

if(self.skip):
return

if("jekyll" in self.options):
shutil.copyfile(os.path.join(self.options["dir"],self.src), "docs/assets/media/" + self.filesrc)
Expand Down

0 comments on commit cf1b45e

Please sign in to comment.