mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 18:23:01 +00:00
update .gitignore
This commit is contained in:
parent
2ccc1be414
commit
28a3f578d5
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
output
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/python,node,git,visualstudiocode
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=python,node,git,visualstudiocode
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ def main():
|
|||
return
|
||||
|
||||
imported_module = importlib.import_module(f"subcommands.{subcommand}")
|
||||
imported_module.run(args)
|
||||
imported_module.run(args)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue