From 5303bef79e043f4a910c4a01b2db358501ab4f3a Mon Sep 17 00:00:00 2001 From: Jim Carciofini Date: Thu, 29 Feb 2024 18:05:10 -0600 Subject: [PATCH 1/2] Remove debug output --- pate_binja/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pate_binja/view.py b/pate_binja/view.py index 0b1d2592..5fc93efd 100644 --- a/pate_binja/view.py +++ b/pate_binja/view.py @@ -407,7 +407,7 @@ def getTabForFilename(context: UIContext, filename: str, loadIfDoesNotExist: boo vf: ViewFrame = context.getViewFrameForTab(t) if vf: fc: FileContext = vf.getFileContext() - print('tab:', t, "ViewFrame", vf, "filename:", fc.getFilename()) + #print('tab:', t, "ViewFrame", vf, "filename:", fc.getFilename()) if fc.getFilename() == filename: tab = t if not tab and loadIfDoesNotExist: From 8ba50baab589dafe42458b74f20bb2525d2ef6c0 Mon Sep 17 00:00:00 2001 From: Daniel Matichuk Date: Thu, 29 Feb 2024 22:54:20 -0800 Subject: [PATCH 2/2] github: bump cache version to force refresh --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a87f9d7..efb3767e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: LANGUAGE: en_US:en LC_ALL: en_US.UTF-8 TZ: America/Los_Angeles - CACHE_VERSION: 3 + CACHE_VERSION: 4 strategy: fail-fast: false