Skip to content

Commit

Permalink
fix variable reference in ledgers setup
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <mic.bowman@intel.com>
  • Loading branch information
cmickeyb committed May 24, 2024
1 parent 13d9314 commit 4c7447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledgers/ccf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
pdo_version = subprocess.check_output('bin/get_version', cwd=root_dir).decode('ascii').strip()
except Exception as e :
warnings.warn('Failed to get pdo version, using the default')
pdo_contracts_version = '0.0.0'
pdo_version = '0.0.0'

## -----------------------------------------------------------------
## -----------------------------------------------------------------
Expand Down

0 comments on commit 4c7447a

Please sign in to comment.