Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Nov 2, 2023
1 parent 50f8799 commit 135b89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyemodel/tasks/emodel_creation/optimisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def output(self):
architectures = ["x86_64", "i686", "powerpc", "umac"]

# Detect the first existing architecture
arch_dir = "x86_64" # default
arch_dir = "x86_64" # default
for arch in architectures:
dir_to_check = mechanisms_directory.parents[0] / arch
if dir_to_check.exists() and dir_to_check.is_dir():
Expand Down

0 comments on commit 135b89d

Please sign in to comment.