Skip to content

Commit

Permalink
Merge branch 'authentication_washup_cylc_scan' of github.com:datamel/…
Browse files Browse the repository at this point in the history
…cylc-flow into authentication_washup_cylc_scan
  • Loading branch information
datamel committed May 1, 2020
2 parents b060e4d + 4567f36 commit a32cf6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cylc/flow/network/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ def get_scan_items_from_fs(
cylc_version = contact_data[ContactFileFields.VERSION]
major_version = int(cylc_version.split(".", 1)[0])
if (major_version < 8):
LOG.info(f"Suite \"{reg}\" is running in Cylc version"
f" {cylc_version}, not Cylc 8 and"
f" will not be displayed.")
LOG.info(f"Omitting \"{reg}\" (cylc-{cylc_version})")
continue
except Exception as exc:
LOG.debug(
Expand Down

0 comments on commit a32cf6e

Please sign in to comment.