Skip to content

Commit

Permalink
Merge pull request #916 from maxplanck-ie/fix-sphinx-build
Browse files Browse the repository at this point in the history
Fix docs build
  • Loading branch information
adRn-s committed Aug 11, 2023
2 parents 14d7bea + 6a88e82 commit c113679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/common_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,5 +827,5 @@ def copySampleSheet(sampleSheet, wdir):
try:
shutil.copy(sampleSheet, os.path.join(wdir, bname))
except Exception as err:
print(f"Unexpected {err=}, {type(err)=}")
print("Unexpected error:\n{}".format(err))
raise

0 comments on commit c113679

Please sign in to comment.