Skip to content

Commit 60d54b6

Browse files
Fixed args
1 parent 0e4d103 commit 60d54b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/polyphy/utils/cli_helper.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616

1717
class CliHelper:
18+
args = None
1819
@staticmethod
1920
def parse_args():
2021
parser = argparse.ArgumentParser(description="PolyPhy")

0 commit comments

Comments
 (0)