mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-15 09:01:21 +01:00
fixed space in python enums
This commit is contained in:
@@ -42,6 +42,7 @@ def extract_enums(lines):
|
||||
|
||||
except:
|
||||
pass
|
||||
fields = [f.strip() for f in fields]
|
||||
enums[enum_name] = fields
|
||||
return enums
|
||||
|
||||
|
||||
Reference in New Issue
Block a user