Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Dec 6, 2024
1 parent 1be55fe commit 08631af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_90_ImportOthers.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def test_simple(qtbot):
}
urlBase = 'https://github.com/SteffenBrinckmann/TheELNFileFormat/raw/refs/heads/new_PastaELN/examples/'
# 'https://github.com/TheELNConsortium/TheELNFileFormat/raw/refs/heads/master/examples/'
localDir= '/home/steffen/FZJ/DataScience/Repositories/TheELNConsortium/TheELNFileFormat/examples/'
local = True
localDir= '/home/xyz/Repositories/TheELNConsortium/TheELNFileFormat/examples/'
local = False
for eln, pathName in allELNs.items():
if local:
elnFileName = f'{localDir}/{pathName}'
Expand Down

0 comments on commit 08631af

Please sign in to comment.