This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Declare transaction fails when the declarations file contains an empty line #339
Labels
bug
Something isn't working
If the file exists and contains an empty line, an exception will be raised from checking if alias exists in this line:
nile/src/nile/core/declare.py
Line 22 in 0c9bf0e
The issue occurs from trying to call
normalize_number
on an empty hash.The text was updated successfully, but these errors were encountered: