Skip to content

Instantly share code, notes, and snippets.

@bennettandrews
Created July 30, 2015 16:43
Show Gist options
  • Save bennettandrews/d56724cedb62c38251fc to your computer and use it in GitHub Desktop.
Save bennettandrews/d56724cedb62c38251fc to your computer and use it in GitHub Desktop.
def value(DOTNO, OBJECTID):
if DOTNO is None or DOTNO == 0:
return OBJECTID
else:
return DOTNO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment