d
This commit is contained in:
10
Utilities/platform/2/generation/fieldFormat.py
Normal file
10
Utilities/platform/2/generation/fieldFormat.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from generation.isPipeRecent import *
|
||||
|
||||
def fieldFormat(fmtPlain, fmtRecent, name, structure):
|
||||
fmt = fmtPlain
|
||||
if (
|
||||
isPipeRecent(name, structure.core) or
|
||||
isPipeRecent(name, structure.service)
|
||||
):
|
||||
fmt = fmtRecent
|
||||
return fmt
|
||||
Reference in New Issue
Block a user