mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
Switch debug to false
This commit is contained in:
parent
7864262adb
commit
efffa9de61
@ -7,7 +7,7 @@ from lib import LaTeX
|
||||
from TexSoup import TexSoup
|
||||
from lib.data import AbsDataFile,ZPEDataFile,FluoDataFile,dataType
|
||||
import argparse
|
||||
DEBUG=True
|
||||
DEBUG=False
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--file', type=argparse.FileType('r'))
|
||||
parser.add_argument('--type', type=str, choices=[t.name for t in list(dataType)])
|
||||
|
Loading…
Reference in New Issue
Block a user