mirror of https://github.com/openXC7/prjxray.git
Run make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
d9fc687524
commit
c7ff5238f0
|
|
@ -65,10 +65,7 @@ def run(db_root, fasm_file, canonical):
|
||||||
def main():
|
def main():
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(description='Pretty print a FASM file.')
|
||||||
description=
|
|
||||||
'Pretty print a FASM file.'
|
|
||||||
)
|
|
||||||
|
|
||||||
database_dir = os.getenv("XRAY_DATABASE_DIR")
|
database_dir = os.getenv("XRAY_DATABASE_DIR")
|
||||||
database = os.getenv("XRAY_DATABASE")
|
database = os.getenv("XRAY_DATABASE")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue