Skip to content

Commit

Permalink
Merge branch 'network-update' of https://github.com/TUDelft-CNS-ATM/b…
Browse files Browse the repository at this point in the history
…luesky into network-update
  • Loading branch information
jooste committed Nov 10, 2023
2 parents c7ca2ba + b4f6902 commit edb9bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluesky/stack/simstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def readscn(fname):
for line in fscen:
line = line.strip()
# Skip emtpy lines and comments
if len(line) < 12 or line[0] == "#":
if len(line) < 10 or line[0] == "#":
continue
line = prevline + line

Expand Down

0 comments on commit edb9bca

Please sign in to comment.