Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dm/eqcond-traces
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Mar 1, 2024
2 parents 33d1b9d + 8ba50ba commit 197cbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pate_binja/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 197cbdc

Please sign in to comment.